guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit 054f46bd53f30fce1b672137105b77dd3eed19a0
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]