From 1354a89e2211b56e6cbd003ad27ba4737462f4ce Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 7 Jul 2024 12:56:47 +0200 Subject: [PATCH] weewx: fix build --- packages/weewx.nix | 1 + 1 file changed, 1 insertion(+) 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" '';