[cpan2nix] perlPackages.JSON: cleanup
This commit is contained in:
parent
25a57bfe96
commit
125c7c1357
@ -7683,11 +7683,11 @@ let self = _self // overrides; _self = with self; {
|
||||
postConfigure = ''
|
||||
cp lib/JSON/backportPP.pm{orig,}
|
||||
'';
|
||||
buildInputs = [ TestPod ];
|
||||
meta = {
|
||||
description = "JSON (JavaScript Object Notation) encoder/decoder";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
JSONAny = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user