guix-commits
[Top][All Lists]
Advanced

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

23/45: gnu: gegl: Include glib-or-gtk and python phases.


From: guix-commits
Subject: 23/45: gnu: gegl: Include glib-or-gtk and python phases.
Date: Mon, 17 Aug 2020 07:39:22 -0400 (EDT)

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

commit 2281b9145fb768667d608768e84698a219bf1bcb
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]