tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.batteries: enable tests on AArch64
Vincent Laporte
2 years ago
c7d62eec
fefd0ab1
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
batteries
default.nix
+1
-1
pkgs/development/ocaml-modules/batteries/default.nix
···
1
1
{ stdenv, lib, fetchFromGitHub, buildDunePackage, ocaml, qtest, qcheck, num, camlp-streams
2
2
-
, doCheck ? lib.versionAtLeast ocaml.version "4.08" && !stdenv.isAarch64
2
2
+
, doCheck ? lib.versionAtLeast ocaml.version "4.08"
3
3
}:
4
4
5
5
buildDunePackage rec {