about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-01-17 20:19:50 +0000
committera-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-01-25 03:25:46 -0800
commit39b0be0d82e2fa40ec181615c0dbff4e77914e41 (patch)
tree578d0baa2fb0cd39602f68502633438f2015643e /pkgs/applications/video
parent2ad3fa0f1b191505c29b36db1b5c411b18060d1b (diff)
corrscope: relax ruamel.yaml dependency; fix build
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/corrscope/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/corrscope/default.nix b/pkgs/applications/video/corrscope/default.nix
index c1bab7d2949b8..8bd17d2f785e6 100644
--- a/pkgs/applications/video/corrscope/default.nix
+++ b/pkgs/applications/video/corrscope/default.nix
@@ -31,7 +31,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
     })
   ];
 
-  pythonRelaxDeps = [ "attrs" ];
+  pythonRelaxDeps = [ "attrs" "ruamel.yaml" ];
 
   nativeBuildInputs = [
     wrapQtAppsHook