mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: zyre: Remove obsolete workaround.
* gnu/packages/networking.scm (zyre)[arguments]: Remove.
This commit is contained in:
parent
d27748674a
commit
68858013ad
1 changed files with 0 additions and 6 deletions
|
@ -2172,12 +2172,6 @@ (define-public zyre
|
|||
(base32
|
||||
"0qz2730bng1gs9xbqxhkw88qbsmszgmmrl2g9k6xrg6r3bqvsdc7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(;; Ensure the kernel headers are treated as system headers to suppress
|
||||
;; harmless -Werror=pedantic warnings.
|
||||
#:make-flags (list (string-append "C_INCLUDE_PATH="
|
||||
(assoc-ref %build-inputs "kernel-headers")
|
||||
"/include"))))
|
||||
(inputs `(("zeromq" ,zeromq)
|
||||
("czmq" ,czmq)
|
||||
("libsodium" ,libsodium)))
|
||||
|
|
Loading…
Reference in a new issue