guix-commits
[Top][All Lists]
Advanced

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

25/45: gnu: gexiv2: Include python phases.


From: guix-commits
Subject: 25/45: gnu: gexiv2: Include python phases.
Date: Mon, 17 Aug 2020 07:39:23 -0400 (EDT)

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

commit a802be27a95ad1aa659bae1feaa397ecba7e863d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:23:45 2020 -0400

    gnu: gexiv2: Include python phases.
    
    * gnu/packages/gnome.scm (gexiv2) [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 0d6a2e4..ace8f08 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8022,6 +8022,7 @@ and classes for commonly used data structures.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dgtk_doc=true")



reply via email to

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