mbakke pushed a commit to branch core-updates
in repository guix.

commit 295eaeebcb93a90113c4a377650aabcbd7d2753f
Author: Marius Bakke <mba...@fastmail.com>
AuthorDate: Tue Jan 14 18:13:07 2020 +0100

    gnu: libev: Do not build the static library.
    
    * gnu/packages/libevent.scm (libev)[arguments]: New field.
---
 gnu/packages/libevent.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 85436c2..c1a7353 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -85,6 +85,8 @@ loop.")
                (base32
                 "0nkfqv69wfyy2bpga4d53iqydycpik8jp8x6q70353hia8mmv1gd"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (home-page "http://software.schmorp.de/pkg/libev.html";)
     (synopsis "Event loop loosely modelled after libevent")
     (description

Reply via email to