gnu: emacs-s: Do not use full-fledged Emacs to run tests.
* gnu/packages/emacs-xyz.scm (emacs-s)[arguments]: Use emacs-minimal.master
parent
b3beeaa309
commit
5f8c11d48e
|
@ -4700,7 +4700,6 @@ which is restored where possible when the file is loaded again.")
|
|||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:emacs ,emacs ; FIXME: tests fail with emacs-minimal
|
||||
#:test-command '("./run-tests.sh")))
|
||||
(home-page "https://github.com/magnars/s.el")
|
||||
(synopsis "Emacs string manipulation library")
|
||||
|
|
Reference in New Issue