dannym pushed a commit to branch wip-desktop
in repository guix.

commit 2c29564e4ffdf05c3e5834b8bae68c91a380a4b7
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 02:20:23 2020 -0400

    gnu: gegl: Include glib-or-gtk and python phases.
    
    * gnu/packages/gimp.scm (gegl) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/gimp.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 0e93c27..d07a1d6 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -241,7 +241,9 @@ specific code paths.")
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-     `(#:configure-flags
+     `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
+       #:configure-flags
        (list
         "-Ddocs=true"
         "-Dworkshop=true"

Reply via email to