From 538c68bd1cf3ac633811d8c77867ef20afb704e3 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Mon, 17 Aug 2020 04:32:06 -0400 Subject: gnu: gnome-color-manager: Include python phases. * gnu/packages/gnome.scm (gnome-color-manager) [arguments]: Modify. Signed-off-by: Danny Milosavljevic --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1