mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: pigz: Update to 2.7.
* gnu/packages/compression.scm (pigz): Update to 2.7. [arguments]: Run ‘make test’ rather than ‘tests’. The latter tests the NOTHREAD build that's never installed, and broken. [native-inputs]: Add which.
This commit is contained in:
@@ -980,14 +980,14 @@ byte-for-byte identical output.")
|
|||||||
(define-public pigz
|
(define-public pigz
|
||||||
(package
|
(package
|
||||||
(name "pigz")
|
(name "pigz")
|
||||||
(version "2.6")
|
(version "2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://zlib.net/pigz/"
|
(uri (string-append "http://zlib.net/pigz/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z9avc4mifwcpj3qdsf9m2rjw9jx03b2r9pj0c4xgla9fh6ppv9f"))))
|
"01y7n7lafp6maqnp4jrmasawnv67najh1bd7gjrmv3d08h1ydjdl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
@@ -1004,7 +1004,8 @@ byte-for-byte identical output.")
|
|||||||
#t))))
|
#t))))
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list ,(string-append "CC=" (cc-for-target)))
|
(list ,(string-append "CC=" (cc-for-target)))
|
||||||
#:test-target "tests"))
|
#:test-target "test"))
|
||||||
|
(native-inputs (list which))
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
(home-page "https://zlib.net/pigz/")
|
(home-page "https://zlib.net/pigz/")
|
||||||
(synopsis "Parallel implementation of gzip")
|
(synopsis "Parallel implementation of gzip")
|
||||||
|
|||||||
Reference in New Issue
Block a user