From 4ecb470f5b6268610b561388e66864c22757e8eb Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Mon, 17 Aug 2020 00:23:12 -0400 Subject: [PATCH] gnu: glib: Include python phases. * gnu/packages/glib.scm (glib) [arguments]: Modify. Signed-off-by: Danny Milosavljevic --- 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 042d3bd892..d55aa3155d 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -203,7 +203,8 @@ (define glib (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.