ani-cli: remove openssl, add curl-impersonate, __structuredAttrs, strictDeps

(cherry picked from commit e6dee3775d)
This commit is contained in:
kuflierl
2026-07-24 18:25:00 +02:00
committed by github-actions[bot]
parent 4f4b87d5b5
commit df43982d05

View File

@@ -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