diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-27 16:46:25 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:14:20 +0200 |
commit | 38cc76824d99a641e0759105554adf3c7e443499 (patch) | |
tree | f54e19a830cbec33a154e779fdb5b55026e02667 | |
parent | c51d2b86df9ed6a6303e81faa72fcacbf72892e6 (diff) | |
download | guix-38cc76824d99a641e0759105554adf3c7e443499.tar.gz |
gnu: gnome-initial-setup: Fix loading of icons.
* gnu/packages/gnome.scm (gnome-initial-setup) [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 201a7723ab..fcd023c25c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1650,6 +1650,8 @@ and handling media art caches.") ("pwquality" ,libpwquality) ("rest" ,rest) ("webkitgtk" ,webkitgtk))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Initial setup wizard for GNOME desktop") (description "GNOME-Initial-Setup aims to provide a simple, easy, and safe way to prepare a new system.") |