[cpan2nix] perlPackages.CompressBzip2: cleanup

This commit is contained in:
volth 2018-06-02 20:33:37 +00:00
parent c7ad8ad9c5
commit 01c0e4c722

View File

@ -2403,7 +2403,6 @@ let self = _self // overrides; _self = with self; {
description = "Interface to Bzip2 compression library";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
doCheck = false;
};
CompressRawBzip2 = buildPerlPackage rec {