guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: jemalloc: Install scripts to separate output.


From: guix-commits
Subject: 02/05: gnu: jemalloc: Install scripts to separate output.
Date: Thu, 12 Mar 2020 19:20:51 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f430c621d502b7e6b85f548e85354924a3898562
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 13 00:17:39 2020 +0100

    gnu: jemalloc: Install scripts to separate output.
    
    * gnu/packages/jemalloc.scm (jemalloc)[outputs]: New field.
---
 gnu/packages/jemalloc.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
index 2eabf44..c4b87b5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]