mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
commit
26ea0644b3
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 (
|
parsel = super.parsel.overridePythonAttrs (
|
||||||
old: rec {
|
old: rec {
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pytest-runner ];
|
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pytest-runner ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue