Merge pull request #576 from asymmetric/ccxt

overrides.ccxt: patch path to README
This commit is contained in:
adisbladis 2022-03-28 15:28:15 +12:00 committed by GitHub
commit 33b5419aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,6 +188,12 @@ lib.composeManyExtensions [
'';
}) else drv;
ccxt = super.ccxt.overridePythonAttrs (old: {
preBuild = ''
ln -s README.{rst,md}
'';
});
celery = super.celery.overridePythonAttrs (old: {
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.setuptools ];
});