Merge pull request #130 from MMesch/mip-overrides

add mip overrides
This commit is contained in:
adisbladis 2020-07-06 16:04:10 +02:00 committed by GitHub
commit e04e78308a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -345,6 +345,14 @@ self: super:
}
);
mip = super.mip.overridePythonAttrs (
old: {
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.autoPatchelfHook ];
buildInputs = old.buildInputs ++ [ pkgs.zlib self.cppy ];
}
);
netcdf4 = super.netcdf4.overridePythonAttrs (
old: {
buildInputs = old.buildInputs ++ [