diff --git a/packages/weewx.nix b/packages/weewx.nix index d0d057d..b1d9819 100644 --- a/packages/weewx.nix +++ b/packages/weewx.nix @@ -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" '';