~ruther/guix-local

26ff9cb3706d91049f0d95fc6fbc498111392540 — Tobias Geerinckx-Rice 8 years ago 18533bc
gnu: libzip: Run all tests.

* gnu/packages/compression.scm (libzip)[arguments]: Delete
‘remove-failing-stest’ phase.
1 files changed, 0 insertions(+), 10 deletions(-)

M gnu/packages/compression.scm
M gnu/packages/compression.scm => gnu/packages/compression.scm +0 -10
@@ 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