[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 = ''
|
postConfigure = ''
|
||||||
cp lib/JSON/backportPP.pm{orig,}
|
cp lib/JSON/backportPP.pm{orig,}
|
||||||
'';
|
'';
|
||||||
buildInputs = [ TestPod ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "JSON (JavaScript Object Notation) encoder/decoder";
|
description = "JSON (JavaScript Object Notation) encoder/decoder";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
JSONAny = buildPerlPackage {
|
JSONAny = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user