Merge pull request #1102 from loicreynier/fix-h5py

Fix override for `h5py`
This commit is contained in:
adisbladis 2023-04-05 01:01:19 +12:00 committed by GitHub
commit 3cdcd0e3a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -783,7 +783,7 @@ lib.composeManyExtensions [
;
propagatedBuildInputs =
(old.propagatedBuildInputs or [ ])
++ lib.optionals mpiSupport [ self.mpi4py self.openssh ]
++ lib.optionals mpiSupport [ self.mpi4py pkgs.openssh ]
;
preBuild = if mpiSupport then "export CC=${mpi}/bin/mpicc" else "";
HDF5_DIR = "${pkgs.hdf5}";