me
/
guix
Archived
1
0
Fork 0

gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.

* gnu/packages/networking.scm (czmq)[phases]: Delete argument.
master
Maxim Cournoyer 2021-06-05 20:40:23 -04:00
parent a18079288f
commit 544a980f3a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 14 deletions

View File

@ -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")