mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
tlaplus-toolbox: fix crash when opening file dialog (#494491)
This commit is contained in:
commit
42b375db22
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
patchelf --set-interpreter ${bintools.dynamicLinker} \
|
||||
"$(find "$out/libexec/toolbox" -name jspawnhelper)"
|
||||
|
||||
# Populate gappsWrapperArgs now instead of in a preFixupPhase.
|
||||
gappsWrapperArgsHook
|
||||
|
||||
makeShellWrapper $out/libexec/toolbox/toolbox $out/bin/tla-toolbox \
|
||||
--chdir "$out/libexec/toolbox" \
|
||||
--add-flags "-data ~/.tla-toolbox" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue