[cpan2nix] perlPackages.BC: cleanup

This commit is contained in:
volth 2018-04-07 07:56:24 +00:00
parent a29a85e608
commit c943b7366c

View File

@ -681,6 +681,7 @@ let self = _self // overrides; _self = with self; {
description = "Perl compiler";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
doCheck = false;
};
BFlags = buildPerlPackage rec {