me
/
guix
Archived
1
0
Fork 0

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
Julien Lepiller 2020-02-20 01:18:01 +01:00
parent 00c967f6a4
commit 6dde98c3d9
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 0 deletions

View File

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