guix-commits
[Top][All Lists]
Advanced

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

201/265: gnu: dconf: Include python phases.


From: guix-commits
Subject: 201/265: gnu: dconf: Include python phases.
Date: Wed, 19 Aug 2020 13:09:31 -0400 (EDT)

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

commit 8b7008a48c0e3637806ad4ede31900d2867f7672
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 f394b44..0ab85d9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5013,6 +5013,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]