about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-02 17:58:57 +0200
committerGitHub <noreply@github.com>2024-04-02 17:58:57 +0200
commit3ac82e63a79f1accbc7104c42a821a19239817b5 (patch)
treece9f42d72f2e36c28d7341d141c41437c7d957df
parente36fb7832165b2848a6f05146d598a2e04371221 (diff)
python312Packages.ring-doorbell: refactor
-rw-r--r--pkgs/development/python-modules/ring-doorbell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ring-doorbell/default.nix b/pkgs/development/python-modules/ring-doorbell/default.nix
index 985c95b9f6522..a52f6e0a91453 100644
--- a/pkgs/development/python-modules/ring-doorbell/default.nix
+++ b/pkgs/development/python-modules/ring-doorbell/default.nix
@@ -29,11 +29,11 @@ buildPythonPackage rec {
     hash = "sha256-FUPXia4lCDJDbzEzuewa5ShiIm0EvOrDE8GGZxYWvhk=";
   };
 
-  nativeBuildInputs = [
+  build-system = [
     poetry-core
   ];
 
-  propagatedBuildInputs = [
+  dependencies = [
     asyncclick
     oauthlib
     pytz