From 9dc1fa3787009c1b03b9fb30f8eb08a2b9b5ab84 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Fri, 23 Sep 2022 09:09:03 -0300 Subject: [PATCH] corrscope: fix build --- pkgs/applications/video/corrscope/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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