weewx: fix build
This commit is contained in:
parent
a4941bb5b9
commit
1354a89e22
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ poetry2nix.mkPoetryApplication {
|
|||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml --replace-fail 'requires = ["poetry>=0.12"]' "requires = []"
|
||||
substituteInPlace pyproject.toml --replace-fail "poetry.masonry" "poetry.core.masonry"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue