mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-speed-type: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-speed-type)[native-inputs]: Add emacs-dash. Change-Id: Iffa57980758cecc83624aac1090479cbd593db33
This commit is contained in:
parent
b1c37f8aff
commit
6933ea819d
1 changed files with 1 additions and 0 deletions
|
@ -2602,6 +2602,7 @@ you will die. The game builds the list of words from the active buffer.")
|
|||
(substitute* "test-speed-type.el"
|
||||
(("\\(ert-deftest speed-type--retrieve-test .*" all)
|
||||
(string-append all " (skip-unless nil)"))))))))
|
||||
(native-inputs (list emacs-dash))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "https://github.com/dakra/speed-type")
|
||||
(synopsis "Practice touch/speed typing in GNU Emacs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue