gnu: emacs-request: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-request)[arguments]: Disabling test phase as it checks for network access.master
parent
219a587de5
commit
5f31c040d8
|
@ -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")
|
||||
|
|
Reference in New Issue