alezost pushed a commit to branch master
in repository guix.

commit e311ef4f87f7ad8db2114e5f89961eea0240893b
Author: Alex Kost <[email protected]>
Date:   Thu Jul 5 13:58:37 2018 +0300

    gnu: dunst: Add svg support.
    
    * gnu/packages/dunst.scm (dunst)[inputs]: Use 'gdk-pixbuf+svg' instead
    of 'gdk-pixbuf'.
---
 gnu/packages/dunst.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm
index eaad227..7328e44 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)

Reply via email to