[cpan2nix] perlPackages.ParseDebControl: cleanup

This commit is contained in:
volth 2018-04-07 07:57:01 +00:00
parent c1487299d9
commit 61da5708b8

View File

@ -11277,8 +11277,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/J/JA/JAYBONCI/${name}.tar.gz";
sha256 = "0ad78qri4sg9agghqdm83xsjgks94yvffs23kppy7mqjy8gwwjxn";
};
buildInputs = [ TestPod LWPUserAgent ];
propagatedBuildInputs = [ IOStringy ];
propagatedBuildInputs = [ IOStringy LWP ];
meta = with stdenv.lib; {
homepage = http://search.cpan.org/~jaybonci/Parse-DebControl;
license = with licenses; [ artistic1 gpl1Plus ];