diff --git a/pkgs/applications/video/corrscope/default.nix b/pkgs/applications/video/corrscope/default.nix index 1c7855c7c073..c254ab6957d9 100644 --- a/pkgs/applications/video/corrscope/default.nix +++ b/pkgs/applications/video/corrscope/default.nix @@ -19,7 +19,10 @@ mkDerivationWith python3Packages.buildPythonApplication rec { sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd"; }; + pythonRelaxDeps = [ "attrs" ]; + nativeBuildInputs = [ + python3Packages.pythonRelaxDepsHook wrapQtAppsHook ] ++ (with python3Packages; [ poetry-core