diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 22:18:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 22:57:04 +0100 |
commit | 9afbfc7a9a54dba6a64783f79f5bf8240604e62e (patch) | |
tree | ad9770fa125eb11ccf24dd5488b74102c3ac5f98 /gnu/packages/perl-check.scm | |
parent | 78b2034b5bd879a86a1ab24db3f0da1bc2998055 (diff) | |
download | patches-9afbfc7a9a54dba6a64783f79f5bf8240604e62e.tar patches-9afbfc7a9a54dba6a64783f79f5bf8240604e62e.tar.gz |
gnu: perl-test2-plugin-nowarnings: Run all tests.
* gnu/packages/perl-check.scm (perl-test2-plugin-nowarnings)
[native-inputs]: Add perl-ipc-run3.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r-- | gnu/packages/perl-check.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index 2f6976e70f..8bbe57ddfe 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -107,6 +107,8 @@ etc built upon the Test2 testing library.") (base32 "002qk6qsm0l6r2kaxywvc38w0yf0mlavgywq8li076pn6kcw3242")))) (build-system perl-build-system) + (native-inputs + `(("perl-ipc-run3" ,perl-ipc-run3))) (propagated-inputs `(("perl-test2-suite" ,perl-test2-suite))) (home-page "https://metacpan.org/release/Test2-Plugin-NoWarnings") |