guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

358/401: gnu: gegl: Include glib-or-gtk and python phases.


From: guix-commits
Subject: 358/401: gnu: gegl: Include glib-or-gtk and python phases.
Date: Tue, 18 Aug 2020 16:22:20 -0400 (EDT)

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

commit 2c29564e4ffdf05c3e5834b8bae68c91a380a4b7
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]