mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: gtk: Use architecture appropriate librsvg.
* gnu/packages/gtk.scm (gtk)[propagated-inputs]: When building for x86_64-linux use librsvg-bootstrap, otherwise use librsvg-2.40.
This commit is contained in:
parent
62da6c6169
commit
c6dde8b085
1 changed files with 3 additions and 1 deletions
|
@ -1340,7 +1340,9 @@ (define-public gtk
|
||||||
;; Following dependencies are referenced in .pc files.
|
;; Following dependencies are referenced in .pc files.
|
||||||
(list cairo
|
(list cairo
|
||||||
fontconfig
|
fontconfig
|
||||||
librsvg-bootstrap
|
(if (target-x86-64?)
|
||||||
|
librsvg-bootstrap
|
||||||
|
librsvg-2.40)
|
||||||
glib
|
glib
|
||||||
graphene
|
graphene
|
||||||
libepoxy
|
libepoxy
|
||||||
|
|
Loading…
Reference in a new issue