guix-commits
[Top][All Lists]
Advanced

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

09/22: gnu: gnome-characters: Fix loading of icons.


From: guix-commits
Subject: 09/22: gnu: gnome-characters: Fix loading of icons.
Date: Sat, 29 Aug 2020 03:12:31 -0400 (EDT)

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

commit 7ad10f982f56e4bf7618e5e3f173e4e2567b5505
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 13:47:39 2020 -0400

    gnu: gnome-characters: Fix loading of icons.
    
    * gnu/packages/gnome.scm (gnome-characters) [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 391c6d3..f0c8041 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2318,6 +2318,8 @@ documents.")
        ("gtk+" ,gtk+)
        ("libunistring" ,libunistring)
        ("pango" ,pango)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "Browse and search for non-standard characters")
     (description "GNOME-Characters is a simple utility application to find and
 insert unusual characters.  It allows you to quickly find the character you are



reply via email to

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