This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a1cbc4e0ab gnu: emacs-khardel: Explicitly disable tests.
a1cbc4e0ab is described below
commit a1cbc4e0ab6395e6405f511baad85fe2c9b6b4cc
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Mar 22 14:42:56 2025 +0100
gnu: emacs-khardel: Explicitly disable tests.
* gnu/packages/emacs-xyz.scm (emacs-khardel): Disable checks.
Change-Id: Ia115fea1326185ee77d33c0a558ecc46bce1a418
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0610d3ffff..e100ac4d62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6969,7 +6969,8 @@ a command.")
(base32 "0gqijnmj24phryi6n74iq410k0637j0li1ncdymxhk3bdmp4mb40"))))
(build-system emacs-build-system)
(arguments
- (list #:phases
+ (list #:tests? #false ;no tests
+ #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-path
(lambda* (#:key inputs #:allow-other-keys)