mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] ani-cli: update dependencies (#548716)
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
lib,
|
||||
gnugrep,
|
||||
gnused,
|
||||
curl,
|
||||
curl-impersonate,
|
||||
catt,
|
||||
syncplay,
|
||||
openssl,
|
||||
ffmpeg,
|
||||
fzf,
|
||||
aria2,
|
||||
yt-dlp,
|
||||
mpv,
|
||||
vlc,
|
||||
iina,
|
||||
@@ -39,17 +38,19 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
runtimeInputs = [
|
||||
openssl
|
||||
gnugrep
|
||||
gnused
|
||||
curl
|
||||
curl-impersonate
|
||||
fzf
|
||||
ffmpeg
|
||||
aria2
|
||||
yt-dlp
|
||||
]
|
||||
++ lib.optional chromecastSupport catt
|
||||
++ lib.optional syncSupport syncplay;
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user