1
0
Fork 1
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:
volth 2018-06-02 20:33:21 +00:00
parent ccd8ac2286
commit 85fbb01614

View file

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