Merge pull request #158680 from SuperSandro2000/moonraker-api
This commit is contained in:
commit
2cce1b10e0
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ buildPythonPackage rec {
|
|||
sha256 = "1hhm3jnl9qm44y4k927fzw1n32c3551kgsk7i57qw25nca9x3k61";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# see comment on https://github.com/cmroche/moonraker-api/commit/e5ca8ab60d2839e150a81182fbe65255d84b4e4e
|
||||
substituteInPlace setup.py \
|
||||
--replace 'name="moonraker-api",' 'name="moonraker-api",version="${version}",'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue