gnu: libchamplain: Include python phases.

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

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-08-17 02:39:36 -04:00 committed by Danny Milosavljevic
parent 45791e156b
commit 3c2c568fcc
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -6671,6 +6671,7 @@ (define-public libchamplain
(outputs '("out" "demos" "doc"))
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:python? #t ; To wrap binaries
#:configure-flags
(list
"-Dmemphis=true"
@ -9891,7 +9892,8 @@ (define-public gtk-vnc
(base32 "1060ws037v556rx1qhfrcg02859rscksrzr8fq11himdg4d1y6m8"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:python? #t)) ; To wrap binaries
(native-inputs
`(("gjs" ,gjs)
("glib:bin" ,glib "bin")