lilyp pushed a commit to branch gnome-team
in repository guix.
commit 1f1b9fdba82e18b4bee7994c66af47d19ea4b451
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Nov 23 17:26:26 2024 +0100
gnu: blueprint-compiler-0.4: Fix build.
* 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 28a3848026..698b471fac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3406,7 +3406,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