mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
gnu: dunst: Add svg support.
* gnu/packages/dunst.scm (dunst)[inputs]: Use 'gdk-pixbuf+svg' instead of 'gdk-pixbuf'.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
("which" ,which)))
|
||||
(inputs
|
||||
`(("dbus" ,dbus)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("gdk-pixbuf" ,gdk-pixbuf+svg) ; for svg support
|
||||
("glib" ,glib)
|
||||
("cairo" ,cairo)
|
||||
("pango" ,pango)
|
||||
|
||||
Reference in New Issue
Block a user