summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-27 16:16:20 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-11-27 16:16:20 +0100
commit26ff9cb3706d91049f0d95fc6fbc498111392540 (patch)
treece2b3c96243fe3209d53cb7dfac96df3f5d3fc21 /gnu/packages
parent18533bcf2de0d4e8774c90f8f737ca627a18f91e (diff)
downloadpatches-26ff9cb3706d91049f0d95fc6fbc498111392540.tar
patches-26ff9cb3706d91049f0d95fc6fbc498111392540.tar.gz
gnu: libzip: Run all tests.
* gnu/packages/compression.scm (libzip)[arguments]: Delete ‘remove-failing-stest’ phase.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/compression.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 1dd98d5ea4..6b8b28b9ff 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1833,16 +1833,6 @@ manipulate, read, and write Zip archive files.")
(sha256
(base32
"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
`(("perl" ,perl)))
(inputs