gnu: xfsprogs: Update to 5.13.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.13.0. [arguments]: Don't return #t from phases.master
parent
19c3ca0207
commit
ce65f2b73d
|
@ -7559,7 +7559,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
|
||||||
(define-public xfsprogs
|
(define-public xfsprogs
|
||||||
(package
|
(package
|
||||||
(name "xfsprogs")
|
(name "xfsprogs")
|
||||||
(version "5.12.0")
|
(version "5.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -7567,7 +7567,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
|
||||||
"xfsprogs-" version ".tar.gz"))
|
"xfsprogs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b5vvwq4rqw7kph23ycd518d31dx3wq7w61znixxpdljx0ig71qn"))))
|
"09s3alwrhs1gaaywkpx2knc5bxb44b77009jw8zgsy9c2wxximns"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs (list "out" "python"))
|
(outputs (list "out" "python"))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -7583,8 +7583,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
|
||||||
(mkdir-p (string-append python (dirname script)))
|
(mkdir-p (string-append python (dirname script)))
|
||||||
(rename-file (string-append out script)
|
(rename-file (string-append out script)
|
||||||
(string-append python script)))
|
(string-append python script)))
|
||||||
(list "/sbin/xfs_scrub_all"))
|
(list "/sbin/xfs_scrub_all")))))
|
||||||
#t)))
|
|
||||||
(add-after 'install 'install-headers
|
(add-after 'install 'install-headers
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "make" "install-dev"))))))
|
(invoke "make" "install-dev"))))))
|
||||||
|
|
Reference in New Issue