guix-commits
[Top][All Lists]
Advanced

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

341/402: gnu: glib: Include python phases.


From: guix-commits
Subject: 341/402: gnu: glib: Include python phases.
Date: Tue, 18 Aug 2020 16:48:19 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit d076f78944f0cfe8a693496daf821c5da67d7417
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:23:12 2020 -0400

    gnu: glib: Include python phases.
    
    * gnu/packages/glib.scm (glib) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/glib.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 042d3bd..d55aa31 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -203,7 +203,8 @@ shared NFS home directories.")
     (build-system meson-build-system)
     (outputs '("out" "bin"))
     (arguments
-     `(#:phases
+     `(#:python? #t ; To wrap binaries
+       #:phases
        (modify-phases %standard-phases
          ;; Python references are not being patched in patch-phase of build,
          ;; despite using python-wrapper as input. So we patch them manually.



reply via email to

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