mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-request: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-request)[arguments]: Disabling test phase as it checks for network access.
This commit is contained in:
parent
219a587de5
commit
5f31c040d8
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue