buildFHSEnv: enable strictDeps (#544967)

This commit is contained in:
dotlambda
2026-07-25 20:27:36 +00:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
@@ -349,6 +349,7 @@ runCommandLocal name
inherit nativeBuildInputs;
__structuredAttrs = true;
strictDeps = true;
passthru = passthru // {
env =
-3
View File
@@ -20,9 +20,6 @@ in
appimageTools.wrapType2 {
inherit pname version src;
__structuredAttrs = true;
strictDeps = true;
extraInstallCommands = ''
install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications
substituteInPlace $out/share/applications/${pname}.desktop \