mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
parent
93bda86ac3
commit
39c39f65d4
1 changed files with 7 additions and 0 deletions
|
@ -633,6 +633,13 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
osqp = super.osqp.overridePythonAttrs (
|
||||
old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
|
||||
dontUseCmakeConfigure = true;
|
||||
}
|
||||
);
|
||||
|
||||
parsel = super.parsel.overridePythonAttrs (
|
||||
old: rec {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pytest-runner ];
|
||||
|
|
Loading…
Add table
Reference in a new issue