diff options
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 |