gnu: jemalloc: Install scripts to separate output.
* gnu/packages/jemalloc.scm (jemalloc)[outputs]: New field.master
parent
7688dbbdd7
commit
f430c621d5
|
@ -59,6 +59,9 @@
|
||||||
'()
|
'()
|
||||||
'(#:configure-flags (list "--disable-thp")))))
|
'(#:configure-flags (list "--disable-thp")))))
|
||||||
(inputs `(("perl" ,perl)))
|
(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/")
|
(home-page "http://jemalloc.net/")
|
||||||
(synopsis "General-purpose scalable concurrent malloc implementation")
|
(synopsis "General-purpose scalable concurrent malloc implementation")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue