macport not avail for emacs-30, use regular/native

This commit is contained in:
2025-03-13 11:39:50 -04:00
parent 80eb9e5e07
commit 91e2a5430d

View File

@@ -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;
};