From e51ff9c2ac7e9f465ea09661d75326172a82e2f5 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 23 Nov 2024 17:26:26 +0100 Subject: [PATCH] gnu: blueprint-compiler-0.4: Fix build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (blueprint-compiler-0.4)[arguments]: Drop ‘fix-tests’ phase. --- gnu/packages/gnome.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b989e29018f8ad7db83a06036e1a536bf4c2b663..6622edc4474e067b8b27eaf3d3b1fbb49262125b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3410,7 +3410,12 @@ compiles to GTKBuilder XML.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0hj7f4xhwjc4x32r3lswwclbw37fw3spy806g4plkmym25hz4ydy")))))) + "0hj7f4xhwjc4x32r3lswwclbw37fw3spy806g4plkmym25hz4ydy")))) + (arguments + (substitute-keyword-arguments (package-arguments blueprint-compiler) + ((#:phases phases) + #~(modify-phases #$phases + (delete 'fix-tests))))))) (define-public cambalache (package