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
|
outputs = { self, nixpkgs, flake-utils, emacs-overlay }: let
|
||||||
mkEmacs = pkgs: v: wayland: pkgs.emacsWithPackagesFromUsePackage {
|
mkEmacs = pkgs: v: wayland: pkgs.emacsWithPackagesFromUsePackage {
|
||||||
config = ./main.org;
|
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 // {
|
passthru = old.passthru // {
|
||||||
treeSitter = true;
|
treeSitter = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user