ocamlPackages.batteries: enable tests on AArch64

This commit is contained in:
Vincent Laporte 2023-09-18 08:21:11 +02:00
parent fefd0ab1c1
commit c7d62eecb9
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, buildDunePackage, ocaml, qtest, qcheck, num, camlp-streams
, doCheck ? lib.versionAtLeast ocaml.version "4.08" && !stdenv.isAarch64
, doCheck ? lib.versionAtLeast ocaml.version "4.08"
}:
buildDunePackage rec {