diff options
author | Mark H Weaver <mhw@netris.org> | 2016-08-08 18:12:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-08-18 03:29:20 -0400 |
commit | bd5e7f2e6ea66ab987039d810bc19f337cb5b9cb (patch) | |
tree | afa74971ce6189f950dabc6b589ce57c32df81be | |
parent | 4ace64dc07bed9df10895e51939e85c37fd3599a (diff) | |
download | guix-bd5e7f2e6ea66ab987039d810bc19f337cb5b9cb.tar.gz |
TEMPORARY_HACK: gnu: wget: Disable tests.
-rw-r--r-- | gnu/packages/wget.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index 80da33272e..3e651de757 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -52,6 +52,7 @@ ("python" ,python) ;for testenv suite ("perl-http-daemon" ,perl-http-daemon) ("perl-io-socket-ssl" ,perl-io-socket-ssl))) + (arguments '(#:tests? #f)) ;; XXX a test fails on mips64el XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (home-page "http://www.gnu.org/software/wget/") (synopsis "Non-interactive command-line utility for downloading files") (description |