mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-popup: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-popup)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
a31f9024ca
commit
02df592b6a
1 changed files with 2 additions and 0 deletions
|
@ -12208,6 +12208,8 @@ for compilation, debugging, documentation lookup, and so on.")
|
|||
(sha256
|
||||
(base32 "13ww7hld5pa32myj9krr6prmc99s7hnpsw8mw9krpxffykkblj2f"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "ert-runner" "tests")))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(home-page "https://github.com/auto-complete/popup-el")
|
||||
(synopsis "Visual Popup User Interface for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue