1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-25 15:14:04 +02:00

gnu: gtk: Disable svg suite on aarch64.

* gnu/packages/gtk.scm (gtk)[#:configure-flags]: If target-aarch64?,
add “--no-suite=svg”.

Change-Id: Ife603e82bcdacc7034e25e4831dc39a4ad793d3b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Roman Scherer
2026-05-25 11:54:37 +02:00
committed by Liliana Marie Prikler
parent 3a264df1ee
commit 567d2bc7ea
+2 -1
View File
@@ -1173,7 +1173,8 @@ application suites.")
'("--no-suite=gsk-compare-gl"
"--no-suite=gsk-compare-cairo"
"--no-suite=gsk-compare-ngl"
"--no-suite=gsk-compare-vulkan")
"--no-suite=gsk-compare-vulkan"
"--no-suite=svg")
'()))
#:phases
#~(modify-phases %standard-phases