about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-25 12:01:19 +0000
committerGitHub <noreply@github.com>2024-01-25 12:01:19 +0000
commit8c2ba7797a3965c48947f07d46039934b9a85a73 (patch)
tree53dab92f5fa32045fff8951b82348e5132071291 /pkgs/applications/video
parent1f37e33af51568e615afc93e5d4047bc52b92358 (diff)
parent6d11e88fed7c5c1e375f2293f3e842ff895d9ffd (diff)
downloadnixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.gz
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.bz2
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.lz
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.xz
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.zst
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.zip
Merge master into staging-next
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 c1bab7d2949b..8bd17d2f785e 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