emacs29-macport: init at 29.1

This commit is contained in:
Anderson Torres 2023-08-10 23:24:49 -03:00
parent 05d277b11e
commit 2160abc3ed
3 changed files with 25 additions and 0 deletions

View File

@ -62,4 +62,13 @@ lib.makeScope pkgs.newScope (self:
AppKit Carbon Cocoa GSS ImageCaptureCore ImageIO IOKit OSAKit Quartz
QuartzCore WebKit;
};
emacs29-macport = callPackage (self.sources.emacs29-macport) {
inherit gconf;
inherit (pkgs.darwin) sigtool;
inherit (pkgs.darwin.apple_sdk.frameworks)
AppKit Carbon Cocoa GSS ImageCaptureCore ImageIO IOKit OSAKit Quartz
QuartzCore WebKit;
};
})

View File

@ -90,4 +90,19 @@ in
meta = metaFor "macport" "28.2" "emacs-28.2-mac-9.1";
};
emacs29-macport = import ./generic.nix {
pname = "emacs-mac";
version = "29.1";
variant = "macport";
src = fetchFromBitbucket {
owner = "mituharu";
repo = "emacs-mac";
rev = "emacs-29.1-mac-10.0";
hash = "sha256-TE829qJdPjeOQ+kD0SfyO8d5YpJjBge/g+nScwj+XVU=";
};
meta = metaFor "macport" "29.1" "emacs-29.1-mac-10.0";
};
}

View File

@ -31122,6 +31122,7 @@ with pkgs;
emacs29-nox
emacs29-pgtk
emacs28-macport
emacs29-macport
;
emacs-macport = emacs28-macport;