overrides.ccxt: patch path to README

MarkDown file doesn't exist in source, yet is sourced, so let's place it
there.
This commit is contained in:
Lorenzo Manacorda 2022-03-27 12:26:07 +02:00
parent dcee9f6a54
commit 3bf852b542
No known key found for this signature in database

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 ];
});