guix-commits
[Top][All Lists]
Advanced

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

338/401: gnu: dconf: Include python phases.


From: guix-commits
Subject: 338/401: gnu: dconf: Include python phases.
Date: Tue, 18 Aug 2020 16:22:13 -0400 (EDT)

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

commit 04d5ec16fb8ada99e61e440f05092c8a94e89ad4
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 27517b9..fda3025 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]