mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
ytui-music: replace youtube-dl with yt-dlp
This commit is contained in:
parent
d142f5ee8a
commit
fdcba6e9d5
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
stdenv,
|
||||
darwin,
|
||||
mpv,
|
||||
youtube-dl,
|
||||
yt-dlp,
|
||||
makeBinaryWrapper,
|
||||
}:
|
||||
|
||||
|
@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/ytui_music \
|
||||
--prefix PATH : ${lib.makeBinPath [ youtube-dl ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ yt-dlp ]}
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue