about summary refs log tree commit diff
path: root/pkgs/tools/misc/yle-dl
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-20 23:26:16 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-21 13:32:54 +0200
commitb4099137b1c8e9e9dd78705058fabe785eba9df7 (patch)
treed6a953ca18103a8426f14d2845eda9906d2957cf /pkgs/tools/misc/yle-dl
parent9df3d2ca2c2dff2961a0be338fb90454e11349fe (diff)
pythonPackages: deprecate ConfigArgParse alias
Diffstat (limited to 'pkgs/tools/misc/yle-dl')
-rw-r--r--pkgs/tools/misc/yle-dl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/yle-dl/default.nix b/pkgs/tools/misc/yle-dl/default.nix
index 08da843ad33e2..209072da3b0bf 100644
--- a/pkgs/tools/misc/yle-dl/default.nix
+++ b/pkgs/tools/misc/yle-dl/default.nix
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
   };
 
   propagatedBuildInputs = with python3Packages; [
-    attrs ConfigArgParse ffmpeg future lxml requests
+    attrs configargparse ffmpeg future lxml requests
   ];
   pythonPath = [ rtmpdump php wget ];