me
/
guix
Archived
1
0
Fork 0

gnu: emacs-s: Do not use full-fledged Emacs to run tests.

* gnu/packages/emacs-xyz.scm (emacs-s)[arguments]: Use emacs-minimal.
master
Ricardo Wurmus 2022-11-24 22:31:50 +01:00
parent b3beeaa309
commit 5f8c11d48e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 1 deletions

View File

@ -4700,7 +4700,6 @@ which is restored where possible when the file is loaded again.")
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t
#:emacs ,emacs ; FIXME: tests fail with emacs-minimal
#:test-command '("./run-tests.sh"))) #:test-command '("./run-tests.sh")))
(home-page "https://github.com/magnars/s.el") (home-page "https://github.com/magnars/s.el")
(synopsis "Emacs string manipulation library") (synopsis "Emacs string manipulation library")