gnu: gtk+@2: Use 'librsvg-for-system'.
* gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Use 'librsvg-for-system' unconditionally.
This commit is contained in:
parent
90570b5e9f
commit
597119937d
1 changed files with 1 additions and 6 deletions
|
@ -863,12 +863,7 @@ is part of the GNOME accessibility project.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("atk" ,atk)
|
`(("atk" ,atk)
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
;; SVG support is optional and requires librsvg, which pulls in rust.
|
("gdk-pixbuf" ,(librsvg-for-system))
|
||||||
;; Rust is not supported well on every architecture yet.
|
|
||||||
("gdk-pixbuf" ,(if (string-prefix? "x86_64" (or (%current-target-system)
|
|
||||||
(%current-system)))
|
|
||||||
librsvg
|
|
||||||
gdk-pixbuf))
|
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("pango" ,pango)))
|
("pango" ,pango)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue