mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
[cpan2nix] perlPackages.JSON: cleanup
This commit is contained in:
parent
ccd8ac2286
commit
85fbb01614
|
@ -8177,7 +8177,6 @@ let self = _self // overrides; _self = with self; {
|
|||
description = "JSON (JavaScript Object Notation) encoder/decoder";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
JSONAny = buildPerlPackage {
|
||||
|
|
Loading…
Reference in a new issue