From 2e429e4d63b4a12ed93a20aec254adfc2a2d54a2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Aug 2024 09:52:07 +0200 Subject: [PATCH] python312Packages.linear-garage-door: refactor --- .../development/python-modules/linear-garage-door/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/linear-garage-door/default.nix b/pkgs/development/python-modules/linear-garage-door/default.nix index 656f0c40e517..1a8bfb796410 100644 --- a/pkgs/development/python-modules/linear-garage-door/default.nix +++ b/pkgs/development/python-modules/linear-garage-door/default.nix @@ -29,9 +29,9 @@ buildPythonPackage rec { -e "/--no-cov/d" ''; - nativeBuildInputs = [ poetry-core ]; + build-system = [ poetry-core ]; - propagatedBuildInputs = [ + dependencies = [ aiohttp dnspython tenacity