1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-slime: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-slime)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 12:16:47 +02:00
parent 44ab0805c3
commit 34badead5e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -12039,6 +12039,7 @@ in HTML mode.")
%default-include)
#:exclude #~(list "^slime-tests.el" "^contrib/test/"
"^contrib/Makefile$" "^contrib/README.md$")
#:tests? #f ; tests appear to require networking
#:phases
#~(modify-phases %standard-phases
(add-before 'install 'configure