GNU bug report logs -
#58365
[PATCH 0/6] Support #:tests? in guile-build-system
Previous Next
Full log
View this message in rfc822 format
Now guile-build-system has a 'check' phase, the 'check' phase is duplicated.
It's harmless, but let's not.
* gnu/packages/guile-xyz.scm
(guile-ac-d-bus)[arguments]<#:phases>{check}: Instead of adding the phase,
replace it.
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 711e2eade9..0339bf8281 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3911,7 +3911,7 @@ (define (guile-sls->sls file)
(lambda _
(with-directory-excursion "docs"
(invoke "makeinfo" "ac-d-bus"))))
- (add-after 'build-doc 'check
+ (replace 'check
(lambda* (#:key (tests? #t) #:allow-other-keys)
(when tests?
;; There is no locale for the รถ character, which crashes
--
2.37.3
This bug report was last modified 1 year and 194 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.