# Title Language Pasted on Will expire on Paste type
113 Diff 2025-11-15 @ 11:47:21 UTC Never Public
View raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
--- 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");