[cpan2nix] perlPackages.BC: cleanup
This commit is contained in:
parent
e577d51805
commit
a2cd4fc4d0
|
@ -723,7 +723,7 @@ let self = _self // overrides; _self = with self; {
|
|||
description = "Perl compiler";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
doCheck = false;
|
||||
doCheck = false; /* test fails */
|
||||
};
|
||||
|
||||
BFlags = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in New Issue