diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-01 23:37:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-02 14:13:08 +0200 |
commit | a7e8e75c4b34a3bebae1efb139e18924761a603c (patch) | |
tree | 801ddc28867dc7d3a804c58062f9efad8b5bc0b8 /gnu | |
parent | 8b3a9033ff10cd669b6538b2d51ef1a0c8fbedd1 (diff) | |
download | guix-a7e8e75c4b34a3bebae1efb139e18924761a603c.tar.gz guix-a7e8e75c4b34a3bebae1efb139e18924761a603c.zip |
gnu: perl-test-www-mechanize: Remove native-inputs.
* gnu/packages/web.scm (perl-test-www-mechanize)[native-inputs]: Remove
both duplicate fields, neither of which affect the output.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index f0fce05c9e..4523e3ea8c 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3418,10 +3418,6 @@ either mocked HTTP or a locally spawned server.") (base32 "1d11fx9155d5v17d5w7q3kj37b01l8yj2yb0g6b0z1vh938rrlcr")))) (build-system perl-build-system) - (native-inputs - `(("perl-test-exception" ,perl-test-exception))) - (native-inputs - `(("perl-module-install" ,perl-module-install))) (propagated-inputs `(("perl-carp-assert-more" ,perl-carp-assert-more) ("perl-html-form" ,perl-html-form) |