mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: libev: Do not build the static library.
* gnu/packages/libevent.scm (libev)[arguments]: New field.
This commit is contained in:
parent
1fabfd0ec9
commit
295eaeebcb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue