Skip to content
Discussion options

You must be logged in to vote

So, yes. But I didn't know about it before yesterday, as I was reviewing exactly the derivation you linked.

It seems most nix derivations don't offer this?

you would basically have to wrap it separately, or link it there.

Is it the exact same binary always?

If so, it might be easiest just to link it there, if mac allows that value to be a link? Or copy it?

buildCommand.macAppBundle = ''
  mkdir -p ${config.outputName}/Applications/Ghostty.app/Contents/MacOS
  ln -s ${config.wrapperPaths.placeholder} ${config.outputName}/Applications/Ghostty.app/Contents/MacOS/ghostty
'';

If not, then wrapperVariants will repeat the wrapper instructions for some other binary

wrapperVariants.ghostty = {
  e…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by emonadeo
Comment options

You must be logged in to vote
6 replies
@BirdeeHub
Comment options

@BirdeeHub
Comment options

@BirdeeHub
Comment options

@emonadeo
Comment options

@BirdeeHub
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants