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:
parent
c59ea8b8a0
commit
9323a3f3e4
1 changed files with 3 additions and 1 deletions
|
@ -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" ''
|
||||
|
|
Loading…
Reference in a new issue