mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-macrostep: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[propagated-inputs]: Add emacs-compat. Change-Id: I01e62f26b7eb42419b708a2f18fa11e87d761d5d
This commit is contained in:
parent
b66b58123d
commit
bb9a0ad0e2
1 changed files with 1 additions and 0 deletions
|
@ -26305,6 +26305,7 @@ without disturbing alignment.")
|
|||
(invoke "emacs" "--batch" "-L" "."
|
||||
"-l" "macrostep-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))))))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "https://github.com/emacsorphanage/macrostep")
|
||||
(synopsis "Interactive macro-expander for Emacs")
|
||||
(description "@code{macrostep} is an Emacs minor mode for interactively
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue