X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/3cfe76bec06fbd8bb7e7cb3387866fefbcad674f..7bf82f5ede57c9c5344ddb1d4dcfe694eb306bef:/gnu/packages/jemalloc.scm diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm index 2eabf4403f..c4b87b540d 100644 --- a/gnu/packages/jemalloc.scm +++ b/gnu/packages/jemalloc.scm @@ -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