From 54977e7c4931193195483f141e6274a8537e6a95 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Tue, 19 Mar 2024 11:47:15 +0100 Subject: [PATCH] Put in earplugs --- channel/zzkt/packages/inkscape.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/channel/zzkt/packages/inkscape.scm b/channel/zzkt/packages/inkscape.scm index 38a8573..f83f0b4 100644 --- a/channel/zzkt/packages/inkscape.scm +++ b/channel/zzkt/packages/inkscape.scm @@ -162,7 +162,8 @@ endif()~%~%" ((".*find_package\\(DoubleConversion.*") "")))))) (build-system cmake-build-system) (arguments - `(#:test-target "check" ;otherwise some test binaries are missing + `(#:tests? #f ;; surface without tests? + #:test-target "check" ;; otherwise some test binaries are missing #:imported-modules (,@%cmake-build-system-modules (guix build glib-or-gtk-build-system)) #:modules ((guix build cmake-build-system) @@ -307,8 +308,7 @@ as the native format.") (build-system cmake-build-system) (arguments (substitute-keyword-arguments (package-arguments inkscape/stable) - ((#:tests? #f) - (#:phases phases) + ((#:phases phases) `(modify-phases ,phases (replace 'wrap-program ;; Ensure Python is available at runtime.