mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Merge pull request #576 from asymmetric/ccxt
overrides.ccxt: patch path to README
This commit is contained in:
commit
33b5419aa6
1 changed files with 6 additions and 0 deletions
|
@ -188,6 +188,12 @@ lib.composeManyExtensions [
|
||||||
'';
|
'';
|
||||||
}) else drv;
|
}) else drv;
|
||||||
|
|
||||||
|
ccxt = super.ccxt.overridePythonAttrs (old: {
|
||||||
|
preBuild = ''
|
||||||
|
ln -s README.{rst,md}
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
celery = super.celery.overridePythonAttrs (old: {
|
celery = super.celery.overridePythonAttrs (old: {
|
||||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.setuptools ];
|
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.setuptools ];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue