mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sparql-mode: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Skip tests. [arguments]<test-command>: Set it. <tests?>: Skip tests. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
aebad01724
commit
075ebda0b7
1 changed files with 5 additions and 0 deletions
|
@ -16141,6 +16141,11 @@ ongoing operations.")
|
|||
(sha256
|
||||
(base32 "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; XXX: Fails with wrong number of arguments.
|
||||
#:test-command #~(list "ert-runner")))
|
||||
(native-inputs
|
||||
(list emacs-ert-runner))
|
||||
(propagated-inputs
|
||||
(list emacs-company))
|
||||
(home-page "https://github.com/ljos/sparql-mode")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue