me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 1 deletions

View File

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