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