mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.
* gnu/packages/networking.scm (czmq)[phases]: Delete argument.
This commit is contained in:
parent
a18079288f
commit
544a980f3a
1 changed files with 1 additions and 14 deletions
|
@ -1058,20 +1058,7 @@ (define-public czmq
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue