lug-helper: fix missing dependencies (#366008)

This commit is contained in:
misuzu
2024-12-31 15:58:37 +02:00
committed by GitHub
+6
View File
@@ -7,6 +7,9 @@
coreutils,
findutils,
zenity,
unzip,
cabextract,
libnotify,
fetchFromGitHub,
nix-update-script,
}:
@@ -55,6 +58,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
coreutils
findutils
zenity
cabextract
unzip
libnotify
]
}