mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue