mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ocamlPackages.batteries: enable tests on AArch64
This commit is contained in:
parent
fefd0ab1c1
commit
c7d62eecb9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user