9 python3Packages.buildPythonApplication rec {
11 version = "2023.11.26";
15 version = builtins.replaceStrings [ ".0" ] [ "." ] version;
16 hash = "sha256-Im3rQAs/TYookv6FeGpU6tJxUGBMb6/UW1ZMDg9FW4s=";
20 substituteInPlace setup.py \
21 --replace "bs4" "beautifulsoup4" \
22 --replace "/etc/bash_completion.d" "share/bash-completion/completions" \
23 --replace "/usr/share/zsh/functions/Completion/Unix" "share/zsh/site-functions"
24 sed -i '/python_requires=/d' setup.py
27 propagatedBuildInputs = with python3Packages; [
50 (lib.makeBinPath [ ffmpeg ])
53 # This application has no tests
57 homepage = "https://github.com/deepjyoti30/ytmdl";
58 description = "YouTube Music Downloader";
59 license = licenses.mit;
60 maintainers = with maintainers; [ j0hax ];
61 mainProgram = "ytmdl";