gnu: jemalloc: Install scripts to separate output.

* gnu/packages/jemalloc.scm (jemalloc)[outputs]: New field.
This commit is contained in:
Marius Bakke 2020-03-13 00:17:39 +01:00
parent 7688dbbdd7
commit f430c621d5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -59,6 +59,9 @@
'()
'(#:configure-flags (list "--disable-thp")))))
(inputs `(("perl" ,perl)))
;; Install the scripts to a separate output to avoid referencing Perl and
;; Bash in the default output, saving ~75 MiB on the closure.
(outputs '("out" "bin"))
(home-page "http://jemalloc.net/")
(synopsis "General-purpose scalable concurrent malloc implementation")
(description