diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-26 15:12:31 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:12:20 +0200 |
commit | 713766febf2c50b8bb5aa342ede23322e4d6ec27 (patch) | |
tree | c68d87b1bc4455667b36598a2575195f4f6e8171 | |
parent | 44a75ea3ac1e3a292548ceef85ff2cdb53ed710a (diff) | |
download | guix-713766febf2c50b8bb5aa342ede23322e4d6ec27.tar.gz |
gnu: gnome-font-viewer: Fix loading of icons.
* gnu/packages/gnome.scm (gnome-font-viewer) [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 2b909f91d5..5a0c1539a8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2669,6 +2669,8 @@ dealing with storage devices.") ("gnome-desktop" ,gnome-desktop) ("gtk+" ,gtk+) ("harfbuzz" ,harfbuzz))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "View fonts on your system") (description "GNOME-Font-Viewer is an application to show you the fonts installed on your computer for your use as thumbnails. Selecting any thumbnails |