diff options
author | Alex Kost <alezost@gmail.com> | 2018-07-05 13:58:37 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2018-07-09 19:26:05 +0300 |
commit | e311ef4f87f7ad8db2114e5f89961eea0240893b (patch) | |
tree | ba46255de97efe69e7571194a40a76e7c0666c1b /gnu/packages/dunst.scm | |
parent | 19db14caf710b3e497bdca4361cff829d34722ae (diff) | |
download | patches-e311ef4f87f7ad8db2114e5f89961eea0240893b.tar patches-e311ef4f87f7ad8db2114e5f89961eea0240893b.tar.gz |
gnu: dunst: Add svg support.
* gnu/packages/dunst.scm (dunst)[inputs]: Use 'gdk-pixbuf+svg' instead
of 'gdk-pixbuf'.
Diffstat (limited to 'gnu/packages/dunst.scm')
-rw-r--r-- | gnu/packages/dunst.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm index eaad227747..7328e442cf 100644 --- a/gnu/packages/dunst.scm +++ b/gnu/packages/dunst.scm @@ -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) |