Loading pkgs/applications/backup/unifi-protect-backup/default.nix +7 −10 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchpatch , python3 { lib, fetchFromGitHub, fetchpatch, python3, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -32,9 +33,7 @@ python3.pkgs.buildPythonApplication rec { "uiprotect" ]; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = with python3.pkgs; [ aiocron Loading @@ -49,9 +48,7 @@ python3.pkgs.buildPythonApplication rec { uiprotect ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; meta = with lib; { description = "Python tool to backup unifi event clips in realtime"; Loading Loading
pkgs/applications/backup/unifi-protect-backup/default.nix +7 −10 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchpatch , python3 { lib, fetchFromGitHub, fetchpatch, python3, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -32,9 +33,7 @@ python3.pkgs.buildPythonApplication rec { "uiprotect" ]; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = with python3.pkgs; [ aiocron Loading @@ -49,9 +48,7 @@ python3.pkgs.buildPythonApplication rec { uiprotect ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; meta = with lib; { description = "Python tool to backup unifi event clips in realtime"; Loading