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:
Raghav Gururajan 2020-08-17 00:27:14 -04:00 committed by Danny Milosavljevic
parent cea311cfa8
commit 6a10f881eb
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")))