dannym pushed a commit to branch wip-desktop
in repository guix.
commit 276d2f13e021676f3256fd600e2dabd691e40fa9
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 04:32:06 2020 -0400
gnu: gnome-color-manager: Include python phases.
* gnu/packages/gnome.scm (gnome-color-manager) [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 dfb941f..74d38bf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1255,6 +1255,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