ocamlPackages.pyml: fix test on darwin

This commit is contained in:
Et7f3 2023-01-31 03:43:07 +01:00
parent 5b374db81f
commit c27ef7433d

View file

@ -28,6 +28,10 @@ buildDunePackage rec {
"CHANGES.md"
];
})
(fetchpatch {
url = "https://github.com/thierry-martinez/pyml/commit/97407473800b3f6215190643c1e6b9bd25d5caeb.patch";
hash = "sha256-7CrVuV4JT7fyi/ktWz4nNOG/BbqsQVCoJwCAhE2y4YU=";
})
];
buildInputs = [
@ -40,7 +44,7 @@ buildDunePackage rec {
];
nativeCheckInputs = [
python3.pkgs.numpy
python3.pkgs.numpy python3.pkgs.ipython
];
strictDeps = true;