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:
Efraim Flashner 2022-09-19 18:15:20 +03:00
parent 62da6c6169
commit c6dde8b085
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1340,7 +1340,9 @@ (define-public gtk
;; Following dependencies are referenced in .pc files.
(list cairo
fontconfig
librsvg-bootstrap
(if (target-x86-64?)
librsvg-bootstrap
librsvg-2.40)
glib
graphene
libepoxy