mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
commit
e04e78308a
1 changed files with 8 additions and 0 deletions
|
@ -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 ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue