guix-commits
[Top][All Lists]
Advanced

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

224/265: gnu: gom: Include python phases.


From: guix-commits
Subject: 224/265: gnu: gom: Include python phases.
Date: Wed, 19 Aug 2020 13:09:39 -0400 (EDT)

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

commit 520049e58e6f5f9c1d6aae66d6e9020e09da6be8
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:28:28 2020 -0400

    gnu: gom: Include python phases.
    
    * gnu/packages/gnome.scm (gom) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c5cab17..2b3bfc3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6755,6 +6755,7 @@ GObject-Introspection.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Denable-gtk-doc=true"



reply via email to

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