python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / java-modules / apache / ant-launcher.nix
blobe5f4d5f6ee0f0ca66101a72dfc83368dc9dda236
1 { fetchMaven }:
4   antLauncher_1_8_2 = map (obj: fetchMaven {
5     version = "1.8.2";
6     artifactId = "ant-launcher";
7     groupId = "org.apache.ant";
8     sha512 = obj.sha512;
9     type = obj.type;
10   }) [
11     { type = "jar"; sha512 = "3h1xmlamkh39lz3dgpbyxj0mai9a266qmxkcyb7kqpzkl0xxvgyi8i2l4nnn02n4qbxznhmvsba77v52ldh67qmhxk3vw1q3xqnn2xx"; }
12     { type = "pom"; sha512 = "3fvz9di9lbfgy5370gwwdp2d380gl42sn44kr97l8i7k0n9crrbjrxs2dpy9cnsnnavvk14nrrkc72n9f1gkg1dvdxqpxlwm0y9lxhy"; }
13   ];