diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 04:32:06 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:06 +0200 |
commit | 538c68bd1cf3ac633811d8c77867ef20afb704e3 (patch) | |
tree | c57e1b31334010b6ea8f9be28228d5350e05db77 | |
parent | b483ee69c1eac904acdef3e4fe91040f976fbd4f (diff) | |
download | guix-538c68bd1cf3ac633811d8c77867ef20afb704e3.tar.gz |
gnu: gnome-color-manager: Include python phases.
* gnu/packages/gnome.scm (gnome-color-manager) [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 89ba8dc357..98d5017b7b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1206,6 +1206,7 @@ documentation.") (outputs '("out" "help")) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas + #:python? #t ; To wrap binaries #:phases (modify-phases %standard-phases (add-before 'configure 'skip-gtk-update-icon-cache |