diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 05:02:58 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:07 +0200 |
commit | f9ce7da5b182348874538ec6947cf1badbec4987 (patch) | |
tree | 0e7a7eaf26d1e5e3172a985beab2aee277e0e06a /gnu | |
parent | a973d7bb6c801003d592d17cf63218f1536f8990 (diff) | |
download | guix-f9ce7da5b182348874538ec6947cf1badbec4987.tar.gz |
gnu: nautilus: Include python phases.
* gnu/packages/gnome.scm (nautilus) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
-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 d1c8eeddf8..3c38c543e4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10195,6 +10195,7 @@ filetypes.") (outputs '("out" "doc")) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas + #:python? #t ; To wrap binaries #:configure-flags (list "-Ddocs=true" |