mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: babl: Include python phases.
* gnu/packages/gimp.scm (babl) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
51f4b6a6d7
commit
a488661949
1 changed files with 2 additions and 1 deletions
|
@ -194,7 +194,8 @@ (define-public babl
|
|||
(base32 "0fjjfb0pbgimlqi7rk8cqz8pq595b7gw8nrpkxfmixdz6cv4km8p"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t)) ; To wrap binaires and/or compile schemas
|
||||
`(#:glib-or-gtk? #t ; To wrap binaires and/or compile schemas
|
||||
#:python? #t)) ; To wrap binaries
|
||||
(native-inputs
|
||||
`(("gobject-introspection" ,gobject-introspection)
|
||||
("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue