gnu: libev: Do not build the static library.

* gnu/packages/libevent.scm (libev)[arguments]: New field.
This commit is contained in:
Marius Bakke 2020-01-14 18:13:07 +01:00
parent 1fabfd0ec9
commit 295eaeebcb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -85,6 +85,8 @@ (define-public libev
(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