gnu: glib: Include python phases.

* gnu/packages/glib.scm (glib) [arguments]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-08-17 00:23:12 -04:00 committed by Danny Milosavljevic
parent ed4465e2bc
commit 4ecb470f5b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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.