guix-commits
[Top][All Lists]
Advanced

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

234/265: gnu: gnome-control-center: Include python phases.


From: guix-commits
Subject: 234/265: gnu: gnome-control-center: Include python phases.
Date: Wed, 19 Aug 2020 13:09:43 -0400 (EDT)

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

commit 1aba5a71205e7526f8978ad2459116450524adbf
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 04:35:53 2020 -0400

    gnu: gnome-control-center: Include python phases.
    
    * gnu/packages/gnome.scm (gnome-control-center) [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 98d5017..9d6ec7d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9617,6 +9617,7 @@ integration with the GNOME desktop environment.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Ddocumentation=true")



reply via email to

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