guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit ea3e1f2fcf4dcd3d2214bc2bcd073aba24e663ee
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Mon Apr 21 21:51:04 2025 +0200
gnu: emacs-refactor: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-refactor)[#:phases]: Add
‘delete-failing-tests’.
[native-inputs]: Add emacs-ert-runner and emacs-undercover.
---
gnu/packages/emacs-xyz.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4b46c5d7e3..1641728f31 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37960,8 +37960,15 @@ time. It shouldn't have any real impact on search and
completion times.")
(base32
"1yky7vlv91501xb43xk19rr8mxlvrsxhawsc98jivf64nad5dqay"))))
(build-system emacs-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'delete-failing-tests
+ (lambda _
+ (delete-file "test/emr-elisp-test.el"))))))
(propagated-inputs
(list emacs-dash emacs-s emacs-popup emacs-list-utils emacs-iedit))
+ (native-inputs (list emacs-ert-runner emacs-undercover))
(home-page "https://github.com/Wilfred/emacs-refactor/")
(synopsis "Language-specific refactoring in Emacs")
(description "Emacs Refactor (EMR) is a framework for providing