mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: prefer wheel for darts
This commit is contained in:
parent
0596e9788f
commit
f5d5642591
1 changed files with 4 additions and 0 deletions
|
@ -432,6 +432,10 @@ lib.composeManyExtensions [
|
|||
'';
|
||||
});
|
||||
|
||||
darts = super.darts.override {
|
||||
preferWheel = true;
|
||||
};
|
||||
|
||||
datadog-lambda = super.datadog-lambda.overridePythonAttrs (old: {
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "setuptools==" "setuptools>="
|
||||
|
|
Loading…
Add table
Reference in a new issue