mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-leaf: Skip failing tests.
* gnu/packages/emacs-xyz.scm (emacs-leaf)[#:phases]: Add ‘skip-failing-tests’.
This commit is contained in:
parent
4fea4a1658
commit
d32f9904b3
1 changed files with 11 additions and 0 deletions
|
@ -21388,6 +21388,17 @@ performance-oriented and tidy.")
|
|||
(sha256
|
||||
(base32 "1rdbrf84ijapiqhq72gy8r5xgk54sf0jy31pgd3w4rl1wywh5cas"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'check 'skip-failing-tests
|
||||
(lambda _
|
||||
(emacs-batch-edit-file "leaf-tests.el"
|
||||
'(progn (search-forward-regexp
|
||||
"leaf-key .* (lambda () \"color-moccur\"")
|
||||
(beginning-of-line)
|
||||
(kill-sexp)
|
||||
(basic-save-buffer))))))))
|
||||
(home-page "https://github.com/conao3/leaf.el")
|
||||
(synopsis "Simplify your init.el configuration, extended use-package")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue