summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/corrscope
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-23 09:09:03 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-23 09:09:03 -0300
commit9dc1fa3787009c1b03b9fb30f8eb08a2b9b5ab84 (patch)
tree2b2abc5c479fd2526f24882ac39c14434edb457d /pkgs/applications/video/corrscope
parent6fcaded221057f6bc60600bb84ff5578df902c47 (diff)
corrscope: fix build
Diffstat (limited to 'pkgs/applications/video/corrscope')
-rw-r--r--pkgs/applications/video/corrscope/default.nix3
1 files changed, 3 insertions, 0 deletions
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