mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-17 15:50:31 +02: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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user