dannym pushed a commit to branch wip-desktop
in repository guix.
commit 54800d9ee06e4943c3ae7711bfe95b597f2bf6a4
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
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.