--- i/pkgs/by-name/fr/frigate/package.nix +++ w/pkgs/by-name/fr/frigate/package.nix @@ -1,6 +1,7 @@ { lib, stdenv, + breakpointHook, callPackage, python313Packages, fetchFromGitHub, @@ -214,6 +215,8 @@ python3Packages.buildPythonApplication rec { pytestCheckHook ]; + nativeBuildInputs = [ breakpointHook ]; + # interpreter crash in onnxruntime on aarch64-linux doCheck = !(stdenv.hostPlatform.system == "aarch64-linux");