1
0
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:
Nicolas Goaziou
2025-03-07 12:10:33 +01:00
parent b1c37f8aff
commit 6933ea819d

View File

@@ -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")