mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libzip: Run all tests.
* gnu/packages/compression.scm (libzip)[arguments]: Delete ‘remove-failing-stest’ phase.
This commit is contained in:
parent
18533bcf2d
commit
26ff9cb370
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue