guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libselinux: Install python bindings to separate output.


From: guix-commits
Subject: 01/03: gnu: libselinux: Install python bindings to separate output.
Date: Thu, 11 Jul 2019 14:45:45 -0400 (EDT)

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

commit 568d060327291dd3fcb0e20c3b5c493047ae6902
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 11 15:40:20 2019 +0200

    gnu: libselinux: Install python bindings to separate output.
    
    This reduces the closure size of glib from 203.1 to 111.3 MiB.
    
    * gnu/packages/selinux.scm (libselinux)[outputs]: New field.
    [arguments]: Set PYSITEDIR to the new "python" output.
---
 gnu/packages/selinux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/selinux.scm b/gnu/packages/selinux.scm
index e540a14..1c45cb8 100644
--- a/gnu/packages/selinux.scm
+++ b/gnu/packages/selinux.scm
@@ -131,6 +131,7 @@ module into a binary representation.")
 (define-public libselinux
   (package (inherit libsepol)
     (name "libselinux")
+    (outputs '("out" "python"))
     (arguments
      (substitute-keyword-arguments (package-arguments libsepol)
        ((#:make-flags flags)
@@ -139,7 +140,7 @@ module into a binary representation.")
                               (assoc-ref %build-inputs "libsepol")
                               "/lib/libsepol.a")
                 (string-append "PYSITEDIR="
-                               (assoc-ref %outputs "out")
+                               (assoc-ref %outputs "python")
                                "/lib/python"
                                ,(version-major+minor (package-version python))
                                "/site-packages/")



reply via email to

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