gnu: libevent: Split into two outputs.
This removes python and its dependencies from the libevent closure, reducing it from 180MB to 70MB. * gnu/packages/libevent.scm (libevent): Add bin output.master
parent
00c967f6a4
commit
6dde98c3d9
gnu/packages
|
@ -51,6 +51,7 @@
|
|||
(base32
|
||||
"0g988zqm45sj1hlhhz4il5z4dpi5dl74hzjwzl4md37a09iaqnx6"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "bin"))
|
||||
(arguments
|
||||
;; This skips some of the tests which fail on armhf and aarch64.
|
||||
'(#:configure-flags '("--disable-libevent-regress")))
|
||||
|
|
Reference in New Issue