diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-27 15:58:16 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:14:19 +0200 |
commit | 6b738e1e54b1d95e465638c709506a14ef3384df (patch) | |
tree | 2830c3285ae0ea55eb3047fb1e5eb165d84aac32 | |
parent | b48796a5f24475f3cee2b9f4d30a72b85817c2b7 (diff) | |
download | guix-6b738e1e54b1d95e465638c709506a14ef3384df.tar.gz |
gnu: gnome-color-manager: Fix loading of icons.
* gnu/packages/gnome.scm (gnome-color-manager) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 98032239ea..898f513e90 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1251,6 +1251,8 @@ documentation.") ("gtk+" ,gtk+) ("libcanberra" ,libcanberra) ("lcms" ,lcms))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Color profile manager for the GNOME desktop") (description "GNOME Color Manager is a session framework that makes it easy to manage, install and generate color profiles in the GNOME desktop.") |