gnu: librsvg-for-system: Choose librsvg based on package support.
* gnu/packages/gnome.scm (librsvg-for-system): Adjust the logic to choose which librsvg based on which version is supported.
This commit is contained in:
parent
9566721292
commit
0867ffbc62
1 changed files with 1 additions and 1 deletions
|
@ -3696,7 +3696,7 @@ diagrams.")
|
||||||
;; Since librsvg 2.50 depends on Rust, and Rust is only correctly supported
|
;; Since librsvg 2.50 depends on Rust, and Rust is only correctly supported
|
||||||
;; on x86_64, aarch64 and riscv64 so far, use the ancient C version on other
|
;; on x86_64, aarch64 and riscv64 so far, use the ancient C version on other
|
||||||
;; platforms (FIXME).
|
;; platforms (FIXME).
|
||||||
(if (string-prefix? "x86_64-" system)
|
(if (supported-package? librsvg)
|
||||||
librsvg
|
librsvg
|
||||||
librsvg-2.40))
|
librsvg-2.40))
|
||||||
|
|
||||||
|
|
Reference in a new issue