me
/
guix
Archived
1
0
Fork 0

gnu: emacs-request: Disable tests.

* gnu/packages/emacs-xyz.scm (emacs-request)[arguments]: Disabling test phase
  as it checks for network access.
master
Brett Gilio 2020-01-03 17:47:45 -06:00
parent 219a587de5
commit 5f31c040d8
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 0 deletions

View File

@ -5334,6 +5334,8 @@ parallel.")
(base32
"1djywhvvb6kwdj0nd3axjvb7k2g06dzkc6hsf29w9rsk96vr8ryl"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f)) ; requires network access.
(propagated-inputs
`(("emacs-deferred" ,emacs-deferred)))
(home-page "https://github.com/tkf/emacs-request")