8 python3Packages.buildPythonApplication rec {
10 version = "2023.11.26";
14 version = builtins.replaceStrings [ ".0" ] [ "." ] version;
15 hash = "sha256-Im3rQAs/TYookv6FeGpU6tJxUGBMb6/UW1ZMDg9FW4s=";
19 substituteInPlace setup.py \
20 --replace "bs4" "beautifulsoup4" \
21 --replace "/etc/bash_completion.d" "share/bash-completion/completions" \
22 --replace "/usr/share/zsh/functions/Completion/Unix" "share/zsh/site-functions"
23 sed -i '/python_requires=/d' setup.py
26 propagatedBuildInputs = with python3Packages; [
46 "--prefix" "PATH" ":" (lib.makeBinPath [ ffmpeg ])
49 # This application has no tests
53 homepage = "https://github.com/deepjyoti30/ytmdl";
54 description = "YouTube Music Downloader";
55 license = licenses.mit;
56 maintainers = with maintainers; [ j0hax ];
57 mainProgram = "ytmdl";