me
/
guix
Archived
1
0
Fork 0

gnu: libevent: Fix build failure.

* gnu/packages/libevent.scm (libevent)[arguments]<#:configure-flags>:
Add --disable-openssl.
master
Danny Milosavljevic 2020-10-06 13:49:52 +02:00
parent 0585a0d0d1
commit 0be0f249eb
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@
(outputs '("out" "bin"))
(arguments
;; This skips some of the tests which fail on armhf and aarch64.
'(#:configure-flags '("--disable-libevent-regress")))
'(#:configure-flags '("--disable-libevent-regress"
"--disable-openssl")))
(inputs
`(("python" ,python-wrapper))) ;for 'event_rpcgen.py'
(native-inputs