nix-community / emacs-overlay

Bleeding edge emacs overlay [maintainer=@adisbladis]
506 stars 165 forks source link

XWidgets on macos #422

Closed puhsu closed 1 month ago

puhsu commented 1 month ago

Emacs supports and builds with xwigets on mac os since 28 (see NEWS). How do I build emacs with Xwidgets on mac with nix? I see the assert in the nixpkgs emacs build file here and emacs currently does not build with xwidgets on macos with nix. What's the best way of fixing this? Should I change make-emacs.nix in nixpkgs to remove the assert, or can I override this within the emacs-overlay?

adisbladis commented 1 month ago

Should I change make-emacs.nix in nixpkgs to remove the assert, or can I override this within the emacs-overlay?

Probably that's the best solution. In any case, this is not an overlay issue.