guix-commits
[Top][All Lists]
Advanced

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

222/265: gnu: geocode-glib: Include python phases.


From: guix-commits
Subject: 222/265: gnu: geocode-glib: Include python phases.
Date: Wed, 19 Aug 2020 13:09:38 -0400 (EDT)

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

commit d02bd4f3eac72c679c6897e7f54bb430c8aea5a1
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:22:15 2020 -0400

    gnu: geocode-glib: Include python phases.
    
    * gnu/packages/gnome.scm (geocode-glib) [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 5489bfd..c09dc79 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5869,6 +5869,7 @@ possible.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Denable-installed-tests=false")



reply via email to

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