guix-commits
[Top][All Lists]
Advanced

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

03/45: gnu: dconf: Include python phases.


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

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

commit 64e5c948edf594d8e783b53439a63f9229342251
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:09:52 2020 -0400

    gnu: dconf: Include python phases.
    
    * gnu/packages/gnome.scm (dconf) [arguments]: Add #:python?.
    
    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 a73f4c4..b8c371a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5065,6 +5065,7 @@ and RDP protocols.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t
+       #:python? #t
        #:configure-flags
        (list
         "-Dgtk_doc=true")



reply via email to

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