Nix: add wget dependency

This commit is contained in:
bokicoder
2025-12-09 23:20:22 +08:00
committed by GitHub
parent a0aa7e3f1d
commit 9d4b3936e4
+2
View File
@@ -14,6 +14,7 @@
wlsunset,
wl-clipboard,
imagemagick,
wget,
gpu-screen-recorder, # optional
}: let
src = lib.cleanSourceWith {
@@ -45,6 +46,7 @@
wlsunset
wl-clipboard
imagemagick
wget
]
++ lib.optionals (stdenvNoCC.hostPlatform.system == "x86_64-linux") [
gpu-screen-recorder