mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
The darwin build installed only bin/ + share/, so the app never showed up in Spotlight/Launchpad and could only be launched from a terminal. Add desktopToDarwinBundle, which turns the existing desktop item and hicolor icons into Applications/EasyLPAC.app; the bundle executable is the wrapGAppsHook3-wrapped launcher, so lpac stays on PATH and the GTK environment survives a Finder launch. Assisted-by: Claude Code (Claude Fable 5)