guix-commits
[Top][All Lists]
Advanced

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

204/265: gnu: glib: Include python phases.


From: guix-commits
Subject: 204/265: gnu: glib: Include python phases.
Date: Wed, 19 Aug 2020 13:09:32 -0400 (EDT)

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

commit 4ecb470f5b6268610b561388e66864c22757e8eb
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]