forked from mirrors/nixpkgs
Merge pull request #213706 from Et7f3/fix_ocamlPackages.pyml_darwin
ocamlPackages.pyml: fix test on darwin
This commit is contained in:
commit
b1bb4e5e38
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue