gnu: emacs-s: Fix tests.

* gnu/packages/emacs.scm (emacs-s)[arguments]: Use full emacs package to fix
tests.
master
Ricardo Wurmus 2018-05-29 13:56:01 +02:00
parent 06f863791a
commit 80e99aa467
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -1791,6 +1791,7 @@ allows easily move between them.")
(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")