mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
ani-cli: remove openssl, add curl-impersonate, __structuredAttrs, strictDeps
(cherry picked from commit e6dee3775d)
This commit is contained in:
committed by
github-actions[bot]
parent
4f4b87d5b5
commit
df43982d05
@@ -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