mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
ed4465e2bc
commit
4ecb470f5b
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue