[cpan2nix] perlPackages.GoferTransporthttp: cleanup

This commit is contained in:
volth 2018-07-08 06:31:26 +00:00
parent d1549963d1
commit 0a2747c4ed

View file

@ -6601,7 +6601,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/T/TI/TIMB/GoferTransport-http-1.017.tar.gz;
sha256 = "f73effe3ea7afa1907ce8977c87387abb0d4404f85a724ae2637b29a73154a9b";
};
propagatedBuildInputs = [ mod_perl2 DBI HTTPMessage LWP URI ];
propagatedBuildInputs = [ DBI LWP mod_perl2 ];
doCheck = false; # no make target 'test'
meta = {
description = "HTTP transport for DBI stateless proxy driver DBD::Gofer";