about summary refs log tree commit diff
path: root/pkgs/applications/video/corrscope
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-03 11:10:50 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-03 11:10:50 +0100
commitb5cfd8dd69a7fe789aa5d253ce452c5cb13256a3 (patch)
tree820ae85a024fdfd270eb441d77b3f223bf62aeb2 /pkgs/applications/video/corrscope
parent65dd30180131ffe01ef3201c28d15f9a2613b860 (diff)
treewide: remove python39Packages.ruamel_yaml aliases
Diffstat (limited to 'pkgs/applications/video/corrscope')
-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 727541e3b53d4..c1d6669c8c2f9 100644
--- a/pkgs/applications/video/corrscope/default.nix
+++ b/pkgs/applications/video/corrscope/default.nix
@@ -34,7 +34,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
 
   buildInputs = [ ffmpeg qtbase ];
 
-  propagatedBuildInputs = with python3Packages; [ appdirs atomicwrites attrs click matplotlib numpy pyqt5 ruamel_yaml ];
+  propagatedBuildInputs = with python3Packages; [ appdirs atomicwrites attrs click matplotlib numpy pyqt5 ruamel-yaml ];
 
   dontWrapQtApps = true;