summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-06-05 20:40:23 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-06-06 02:38:29 -0400
commit544a980f3acecefcf8d88a9f1f4b8537e275b35b (patch)
tree7e2c7b2fdcc201b3fbf58c15048111fe79286d97 /gnu
parenta18079288f8b26b32e1388350f5d55240b1a6381 (diff)
downloadguix-544a980f3acecefcf8d88a9f1f4b8537e275b35b.tar.gz
gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.
* gnu/packages/networking.scm (czmq)[phases]: Delete argument.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm15
1 files changed, 1 insertions, 14 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ff28ad7233..d0bf86c0b8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1058,20 +1058,7 @@ more.")
                 "0fdclvd7fcwixp0k57ccv7d159v3slasyhvndxfn8n1a9hh0lwjx"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags '("--enable-drafts")
-       #:phases (modify-phases %standard-phases
-                  (add-before 'check 'patch-tests
-                    (lambda _
-                      (substitute* "src/czmq_selftest.c"
-                        ;; Disable the zproc test, which fails on some hardware
-                        ;; (see: https://github.com/zeromq/czmq/issues/2007).
-                        (("\\{ \"zproc\", zproc_test.*")
-                         "")
-                        ;; Also disable the zarmour test, which fails as well
-                        ;; (see: https://github.com/zeromq/czmq/issues/2125).
-                        (("\\{ \"zarmour\", zarmour_test.*")
-                         ""))
-                      #t)))))
+     '(#:configure-flags '("--enable-drafts")))
     (inputs
      `(("zeromq" ,zeromq)))
     (home-page "https://zeromq.org")