gnu: libzip: Run all tests.

* gnu/packages/compression.scm (libzip)[arguments]: Delete
‘remove-failing-stest’ phase.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-27 16:16:20 +01:00
parent 18533bcf2d
commit 26ff9cb370
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1833,16 +1833,6 @@ (define-public libzip
(sha256 (sha256
(base32 (base32
"11g1hvm2bxa2v5plakfzcwyk5hb5fz4kgrkp38l0xhnv21888xv2")))) "11g1hvm2bxa2v5plakfzcwyk5hb5fz4kgrkp38l0xhnv21888xv2"))))
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'build 'remove-failing-tests
;; These tests are known to fail on 32-bit architectures.
;; see thread: https://nih.at/listarchive/libzip-discuss/msg00713.html
(lambda _
(substitute* "regress/Makefile"
(("encryption-nonrandom") "#encryption-nonrandom"))
#t)))))
(native-inputs (native-inputs
`(("perl" ,perl))) `(("perl" ,perl)))
(inputs (inputs