Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.batteries: disable tests on Aarch64

+1 -1
+1 -1
pkgs/development/ocaml-modules/batteries/default.nix
··· 13 13 buildInputs = [ ocaml findlib ocamlbuild qtest ]; 14 14 propagatedBuildInputs = [ num ]; 15 15 16 - doCheck = !stdenv.lib.versionAtLeast ocaml.version "4.07"; 16 + doCheck = !stdenv.lib.versionAtLeast ocaml.version "4.07" && !stdenv.isAarch64; 17 17 checkTarget = "test test"; 18 18 19 19 createFindlibDestdir = true;