diff --git a/package.nix b/package.nix index a17250f..0decb63 100755 --- a/package.nix +++ b/package.nix @@ -3,7 +3,7 @@ lib, makeWrapper, mpv, - youtube-dl-light, + yt-dlp, rofi-wayland, }: ############ @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { wrapProgram $out/bin/play-music \ --prefix PATH : ${lib.makeBinPath [ mpv - youtube-dl-light + yt-dlp rofi-wayland ]} '';