diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-12 17:10:23 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-14 18:33:58 +0100 |
commit | 17aa4699b97d118859a4aef68e4bc5d8bceec9ba (patch) | |
tree | daff7ac1f84c0156476319cb57be0335df4203d7 /gnu/packages/perl-check.scm | |
parent | 009b4b4341288a3a8eb89989074bcfc6412603a3 (diff) | |
download | patches-17aa4699b97d118859a4aef68e4bc5d8bceec9ba.tar patches-17aa4699b97d118859a4aef68e4bc5d8bceec9ba.tar.gz |
gnu: perl-test-nowarnings: Remove obsolete input.
* gnu/packages/perl-check.scm (perl-test-nowarnings)[inputs]: Remove.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r-- | gnu/packages/perl-check.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index 3b049e29f9..280565e903 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -995,7 +995,6 @@ code.") (base32 "0v385ch0hzz9naqwdw2az3zdqi15gka76pmiwlgsy6diiijmg2k3")))) (build-system perl-build-system) - (inputs `(("perl-test-tester" ,perl-test-tester))) (synopsis "Ensure no warnings are produced while testing") (description "This modules causes any warnings during testing to be captured and |