[cpan2nix] perlPackages.NetAddrIP: cleanup

This commit is contained in:
volth 2018-06-02 20:34:38 +00:00
parent 28dddc740e
commit e1db990dbe

View File

@ -11196,7 +11196,6 @@ let self = _self // overrides; _self = with self; {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ]; maintainers = [ maintainers.rycee ];
}; };
doCheck = false;
}; };
NetAmazonAWSSign = buildPerlPackage { NetAmazonAWSSign = buildPerlPackage {