mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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>
This commit is contained in:
parent
ce42a7033e
commit
7ad10f982f
1 changed files with 2 additions and 0 deletions
|
@ -2318,6 +2318,8 @@ (define-public gnome-characters
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue