appimageTools: use buildFHSUserEnvBubblewrap

I tested the execution of all dependent packages and all of them launch to the same screen as before.
This commit is contained in:
Atemu 2020-09-05 22:37:32 +02:00
parent c59ea8b8a0
commit 9323a3f3e4

View File

@ -121,7 +121,9 @@ in
autoPatchelfHook = makeSetupHook { name = "auto-patchelf-hook"; }
../build-support/setup-hooks/auto-patchelf.sh;
appimageTools = callPackage ../build-support/appimage { };
appimageTools = callPackage ../build-support/appimage {
buildFHSUserEnv = buildFHSUserEnvBubblewrap;
};
ensureNewerSourcesHook = { year }: makeSetupHook {}
(writeScript "ensure-newer-sources-hook.sh" ''