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:
parent
44ab0805c3
commit
34badead5e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue