diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 00d57f35042..8ae7c4c1319 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -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