Hraban

Results 160 comments of Hraban

The REPL fails for every single SBCL version in that list? If so we have bigger problems than mac-app-util :o

Ok thank you. Let me see if we can use ECL instead of SBCL for x86_64-darwin.

@christian-burger your patch is sound and it fixes a problem but it's unrelated to this issue. It's (probably) a race condition in macos' scanning of new `.app` bundles' meta data...

Very interesting! I hadn't thought of it at all I had just defaulted to using osacompile to make a trampoline. I'll give this a spin tonight, if it works that's...

Finally got round to doing this and it works _great_ on my machine! Very interesting idea, I can't believe it. Surely we're missing something? Can you please give this a...

Those are similar but distinct because they get into the nitty gritty of symlinking individual elements of the bundle. This is a symlink of the contents directory wholesale. I have...

Spotlight integration and dock pinning are the two only explicit features of this module so that's 50% of it covered :) the rest (preserving icons etc) is bonus but best...

Copying the entire .app directory was discussed at length in https://github.com/nix-community/home-manager/issues/1341 and breaks down for apps built from source in nixpkgs in myriad ways. They're often not built to withstand...