diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 02:09:53 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:05 +0200 |
commit | a488661949f3440bd8bb8d95a66faf4e2789ef29 (patch) | |
tree | 1c5b37ed4a4e70ed787cca3662cf73d7b074888f | |
parent | 51f4b6a6d746e7d308e34d96d1ee397fe0cd2838 (diff) | |
download | guix-a488661949f3440bd8bb8d95a66faf4e2789ef29.tar.gz |
gnu: babl: Include python phases.
* gnu/packages/gimp.scm (babl) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/gimp.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index e4720c0039..0e93c2775f 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -194,7 +194,8 @@ of a larger interface.") (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) |