mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: gtk+-2: Use librsvg-for-system.
* gnu/packages/gtk.scm (gtk+-2) [propagated-inputs]: Use librsvg-for-system.
This commit is contained in:
parent
051a6068b6
commit
248b0f79c1
1 changed files with 5 additions and 5 deletions
|
@ -878,11 +878,11 @@ (define-public gtk+-2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue