[cpan2nix] perlPackages.POE: cleanup
This commit is contained in:
parent
3337b9255b
commit
94e253a228
|
@ -11490,11 +11490,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
# N.B. removing TestPodLinkCheck from buildInputs because tests requiring
|
# N.B. removing TestPodLinkCheck from buildInputs because tests requiring
|
||||||
# this module don't disable themselves when "run_network_tests" is
|
# this module don't disable themselves when "run_network_tests" is
|
||||||
# not present (see below).
|
# not present (see below).
|
||||||
buildInputs = [
|
propagatedBuildInputs = [ pkgs.cacert IOPipely IOTty POETestLoops ];
|
||||||
Curses EmailMIME HTTPMessage IOTty LWPProtocolHttps POETestLoops
|
|
||||||
TermReadKey TestPod TestPodCoverage TestPodNo404s YAML
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [ pkgs.cacert IOPipely ];
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ maintainers.limeytexan ];
|
maintainers = [ maintainers.limeytexan ];
|
||||||
description = "Portable multitasking and networking framework for any event loop";
|
description = "Portable multitasking and networking framework for any event loop";
|
||||||
|
|
Loading…
Reference in New Issue