buildFHSEnv: enable strictDeps (#544967)
This commit is contained in:
@@ -349,6 +349,7 @@ runCommandLocal name
|
||||
inherit nativeBuildInputs;
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
passthru = passthru // {
|
||||
env =
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user