guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/22: gnu: gnome-font-viewer: Fix loading of icons.


From: guix-commits
Subject: 13/22: gnu: gnome-font-viewer: Fix loading of icons.
Date: Sat, 29 Aug 2020 03:12:32 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 713766febf2c50b8bb5aa342ede23322e4d6ec27
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 15:12:31 2020 -0400

    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>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2b909f9..5a0c153 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]