diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-05-20 12:59:11 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-05-21 13:23:39 +0100 |
commit | 2ee918777b456bf3d00e62fed1c7c51491ff8a30 (patch) | |
tree | 7a9bfe6515194fb89f8867808b79d1d24cc49060 /gnu/packages/xml.scm | |
parent | f2a53a4a9cd47ddab00d0e1116acc934a90e8f7e (diff) |
gnu: perl-xml-feed: Enable tests.
* gnu/packages/xml.scm (perl-xml-feed)[arguments]: Remove field.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 417b1fb402..be00981e57 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -818,8 +818,6 @@ server, collect the answer, and finally decoding the XML to Perl.") (base32 "1z1a88bpy64j42bbyl8acbfl3dn9iaz47gx6clkgy5sbn4kr0kgk")))) (build-system perl-build-system) - (arguments - `(#:tests? #f)) ; tests require internet connection (native-inputs `(("perl-module-build" ,perl-module-build) ("perl-uri" ,perl-uri) |