fix(pkgs/jagex-auth): remove chromium and wlclip deps

These are option
This commit is contained in:
Gabriel Fontes
2026-06-24 10:27:11 -03:00
parent ca48bf54ae
commit 36de83a583
-6
View File
@@ -4,8 +4,6 @@
makeWrapper,
python3,
stdenvNoCC,
ungoogled-chromium,
wl-clipboard,
}: let
python = python3.withPackages (ps: [ps.requests]);
in
@@ -24,10 +22,6 @@ in
install -Dm644 $src $out/share/jagex-auth/jagex-auth.py
makeWrapper ${lib.getExe python} $out/bin/jagex-auth \
--add-flags $out/share/jagex-auth/jagex-auth.py \
--prefix PATH : ${lib.makeBinPath [
ungoogled-chromium
wl-clipboard
]}
runHook postInstall
'';