Closes #206
This commit is contained in:
ilikeavocadoes 2020-11-30 15:56:18 +02:00 committed by adisbladis
parent 93bda86ac3
commit 39c39f65d4
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -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 ];