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
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

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