diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 04:53:45 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:07 +0200 |
commit | 15c9850cc2ddc4f8c4ffcfaea8c3946aeabb23b3 (patch) | |
tree | 283714322762b06a5362733bcd6d932b5d6ecbe8 | |
parent | a292b40ca740405e1f76e4e4d2d23a3ea78aa53a (diff) | |
download | guix-15c9850cc2ddc4f8c4ffcfaea8c3946aeabb23b3.tar.gz |
gnu: gnome-shell: Include python phases.
* gnu/packages/gnome.scm (gnome-shell) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index aef19d661a..43a4f93c31 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9746,6 +9746,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" |