This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 564ed4c887e gnu: emacs-d-mode: Disable failing tests.
564ed4c887e is described below
commit 564ed4c887ec022bcf596fda2f28f890227818cd
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Sep 20 12:02:12 2026 +0200
gnu: emacs-d-mode: Disable failing tests.
* gnu/packages/emacs-xyz.scm (emacs-d-mode)[arguments]: Update
’skip-failing-tests #:phase.
---
gnu/packages/emacs-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b6c50445c73..d23a518b70f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9009,7 +9009,9 @@ evaluations. The entry point is @code{M-x build-farm}
command.")
(lambda _
(with-directory-excursion "tests"
(for-each delete-file
- '("I0021.d" "fonts.d" "fonts_enums.d"))))))))
+ '("I0021.d" "fonts.d" "fonts_enums.d"
+ "I0035.d" "I0039.d" "I0102.d" "I0105.d"
+ "fonts_types.d" "I0093_546738540.d"))))))))
(home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
(synopsis "Emacs major mode for editing D code")
(description "This package provides an Emacs major mode for highlighting