gnu: gtk+-2: Use librsvg-for-system.
* gnu/packages/gtk.scm (gtk+-2) [propagated-inputs]: Use librsvg-for-system.master
parent
051a6068b6
commit
248b0f79c1
|
@ -878,11 +878,11 @@ is part of the GNOME accessibility project.")
|
|||
(build-system gnu-build-system)
|
||||
(outputs '("out" "bin" "doc" "debug"))
|
||||
(propagated-inputs
|
||||
(list atk cairo
|
||||
(if (target-x86-64?)
|
||||
librsvg
|
||||
librsvg-2.40)
|
||||
glib pango))
|
||||
(list atk
|
||||
cairo
|
||||
glib
|
||||
(librsvg-for-system)
|
||||
pango))
|
||||
(inputs
|
||||
(list cups
|
||||
libx11
|
||||
|
|
Reference in New Issue