wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

feat(nix): package macos application bundle when building flake

Open smsegal opened this issue 1 year ago • 1 comments

Previously, the nix flake was missing the macOS packaging step that actually produces the .app bundle.

I copied this snippet from the nixpkgs wezterm source here: https://github.com/NixOS/nixpkgs/blob/73de017ef2d18a04ac4bfd0c02650007ccb31c2a/pkgs/applications/terminal-emulators/wezterm/default.nix#L114-L121

I can verify that building on macOS with this added produces a runnable application bundle.

smsegal avatar Feb 25 '24 15:02 smsegal

Bumping. Anything I can do to get this merged?

smsegal avatar Aug 19 '24 23:08 smsegal

looks like this was resolved with https://github.com/wez/wezterm/pull/6051

closing.

smsegal avatar Oct 07 '24 13:10 smsegal