1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: emacs-flx: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-flx)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-09 10:36:46 +01:00
parent e993c5c56c
commit db9ec7f6d3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -19551,6 +19551,7 @@ using Org mode and transients.")
"0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "make" "test")))
(home-page "https://github.com/lewang/flx")
(synopsis "Fuzzy matching for Emacs")
(description