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

commit ba6724ebbdf35c6d22494e8fcc1409eab3d66072
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 944064d..2f07cf8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9798,6 +9798,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