macport not avail for emacs-30, use regular/native
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
outputs = { self, nixpkgs, flake-utils, emacs-overlay }: let
|
||||
mkEmacs = pkgs: v: wayland: pkgs.emacsWithPackagesFromUsePackage {
|
||||
config = ./main.org;
|
||||
package = (pkgs."${v}${if pkgs.stdenv.isDarwin then "-macport" else (if wayland then "-pgtk" else "")}").overrideAttrs (old: {
|
||||
package = (pkgs."${v}${if pkgs.stdenv.isDarwin then "" else (if wayland then "-pgtk" else "")}").overrideAttrs (old: {
|
||||
passthru = old.passthru // {
|
||||
treeSitter = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user