guix-commits
[Top][All Lists]
Advanced

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

38/45: gnu: gnome-shell: Include python phases.


From: guix-commits
Subject: 38/45: gnu: gnome-shell: Include python phases.
Date: Mon, 17 Aug 2020 07:39:27 -0400 (EDT)

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

commit 1802659f64591568c3bd646cc74ba09cdce6dfbb
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 04:53:45 2020 -0400

    gnu: gnome-shell: Include python phases.
    
    * gnu/packages/gnome.scm (gnome-shell) [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 870c1b1..892ea82 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9795,6 +9795,7 @@ configuration of various aspects of your desktop.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dgtk_doc=true"



reply via email to

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