mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: graphene: Include python phases.
* gnu/packages/gtk.scm (graphene) [arguments]: Modify Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
cea311cfa8
commit
6a10f881eb
1 changed files with 1 additions and 0 deletions
|
@ -2198,6 +2198,7 @@ (define-public graphene
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
#:python? #t ; To wrap binaries
|
||||
#:configure-flags
|
||||
(list
|
||||
"-Dinstalled_tests=false")))
|
||||
|
|
Loading…
Reference in a new issue