gnu: dunst: Add svg support.
* gnu/packages/dunst.scm (dunst)[inputs]: Use 'gdk-pixbuf+svg' instead of 'gdk-pixbuf'.
This commit is contained in:
parent
19db14caf7
commit
e311ef4f87
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue