guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: dunst: Add svg support.


From: Alex Kost
Subject: 01/03: gnu: dunst: Add svg support.
Date: Mon, 9 Jul 2018 12:28:25 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit e311ef4f87f7ad8db2114e5f89961eea0240893b
Author: Alex Kost <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]