Skip to content

Commit

Permalink
emacs29-macport: init at 29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Aug 11, 2023
1 parent 05d277b commit 2160abc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/applications/editors/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
})
15 changes: 15 additions & 0 deletions pkgs/applications/editors/emacs/sources.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31122,6 +31122,7 @@ with pkgs;
emacs29-nox
emacs29-pgtk
emacs28-macport
emacs29-macport
;

emacs-macport = emacs28-macport;
Expand Down

0 comments on commit 2160abc

Please sign in to comment.