Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created November 9, 2019 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofpeace/e9e7ba5c4e12864722190d183256af6d to your computer and use it in GitHub Desktop.
Save worldofpeace/e9e7ba5c4e12864722190d183256af6d to your computer and use it in GitHub Desktop.
{
# Tells wrapGAppsHook setup-hook to not wrap binaries automatically
dontWrapGApps = true;
preFixup = ''
# Works the same like wrapProgram but with all the args from wrapGAppsHook collected.
wrapGApp $out/bin/$some_binary
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment