[cpan2nix] perlPackages.TestJSON: cleanup
This commit is contained in:
parent
b90385e899
commit
3b45b084c3
|
@ -14240,17 +14240,18 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestJSON = buildPerlPackage {
|
TestJSON = buildPerlModule {
|
||||||
name = "Test-JSON-0.11";
|
name = "Test-JSON-0.11";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/O/OV/OVID/Test-JSON-0.11.tar.gz;
|
url = mirror://cpan/authors/id/O/OV/OVID/Test-JSON-0.11.tar.gz;
|
||||||
sha256 = "1cyp46w3q7dg89qkw31ik2h2a6mdx6pzdz2lmp8m0a61zjr8mh07";
|
sha256 = "1cyp46w3q7dg89qkw31ik2h2a6mdx6pzdz2lmp8m0a61zjr8mh07";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ JSONAny TestDifferences TestTester ];
|
propagatedBuildInputs = [ JSONAny ];
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestDifferences ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestLeakTrace = buildPerlPackage rec {
|
TestLeakTrace = buildPerlPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue