[cpan2nix] perlPackages.BC: cleanup

This commit is contained in:
volth 2018-06-02 20:37:47 +00:00
parent e577d51805
commit a2cd4fc4d0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {