mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: zutils: Update to 1.12.
* gnu/packages/compression.scm (zutils): Update to 1.12. [arguments]: Remove obsolete 'disable-failing-tests phase.
This commit is contained in:
parent
f1b546af68
commit
46713e5220
1 changed files with 2 additions and 9 deletions
|
@ -2412,26 +2412,19 @@ To download a zchunk file.
|
||||||
(define-public zutils
|
(define-public zutils
|
||||||
(package
|
(package
|
||||||
(name "zutils")
|
(name "zutils")
|
||||||
(version "1.10")
|
(version "1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/zutils/zutils-" version ".tar.lz"))
|
(uri (string-append "mirror://savannah/zutils/zutils-" version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15dimqp8zlqaaa2l46r22srp1py38mlmn69ph1j5fmrd54w43m0d"))))
|
(base32 "1vl8mhvsl0zlh34hwhc05vj33a2xfr0w7i978hcwaw8wn1w59bkq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "--sysconfdir=/etc")
|
(list "--sysconfdir=/etc")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'disable-failing-tests
|
|
||||||
;; XXX https://lists.nongnu.org/archive/html/zutils-bug/2020-07/msg00005.html
|
|
||||||
(lambda _
|
|
||||||
(substitute* "testsuite/check.sh"
|
|
||||||
(("\"\\$\\{ZGREP\\}\" -N -L \"GNU\"") "true")
|
|
||||||
(("\"\\$\\{ZGREP\\}\" -N -L \"nx_pattern\"") "false"))
|
|
||||||
#t))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key make-flags outputs #:allow-other-keys)
|
(lambda* (#:key make-flags outputs #:allow-other-keys)
|
||||||
(apply invoke "make" "install"
|
(apply invoke "make" "install"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue