me
/
guix
Archived
1
0
Fork 0

gnu: libev: Do not build the static library.

* gnu/packages/libevent.scm (libev)[arguments]: New field.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -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