mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pretty-hydra: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-pretty-hydra)[source]: Add snippet to fix a broken test. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
1d97a6c70e
commit
df62280da2
1 changed files with 5 additions and 1 deletions
|
@ -14969,10 +14969,14 @@ automatically.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"08a15knkdq35pzjq82imff016fbfdib5q4glg2xmdy2b5fnk7jqa"))))
|
||||
"08a15knkdq35pzjq82imff016fbfdib5q4glg2xmdy2b5fnk7jqa"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet #~(begin (substitute* "test/pretty-hydra-test.el"
|
||||
(("\\(c1 \\(quote foo\\)\\)") "(c1 'foo)"))))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-hydra emacs-s))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(arguments
|
||||
`(#:exclude (cons "^major-mode-hydra\\.el" %default-exclude)))
|
||||
(home-page "https://github.com/jerrypnz/major-mode-hydra.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue