mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
[cpan2nix] perlPackages.CompressBzip2: cleanup
This commit is contained in:
parent
c7ad8ad9c5
commit
01c0e4c722
@ -2403,7 +2403,6 @@ let self = _self // overrides; _self = with self; {
|
|||||||
description = "Interface to Bzip2 compression library";
|
description = "Interface to Bzip2 compression library";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
doCheck = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
CompressRawBzip2 = buildPerlPackage rec {
|
CompressRawBzip2 = buildPerlPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user