From 567d2bc7ea01ff593b8bccf9baa4c447443f3428 Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Mon, 25 May 2026 11:54:37 +0200 Subject: [PATCH] gnu: gtk: Disable svg suite on aarch64. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gtk.scm (gtk)[#:configure-flags]: If target-aarch64?, add “--no-suite=svg”. Change-Id: Ife603e82bcdacc7034e25e4831dc39a4ad793d3b Signed-off-by: Liliana Marie Prikler --- gnu/packages/gtk.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 8733e956bd9..144ad72648e 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -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