mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Drop emacsUnstableGcc
We now default to building the unstable release, so this attribute is superflous.
This commit is contained in:
parent
64265a8c84
commit
fe1b51ee40
1 changed files with 1 additions and 9 deletions
10
default.nix
10
default.nix
|
|
@ -109,19 +109,11 @@ let
|
|||
}
|
||||
);
|
||||
|
||||
emacsUnstableGcc = (mkGitEmacs "emacs-unstable-gcc" ./repos/emacs/emacs-unstable.json { nativeComp = true; }).overrideAttrs (
|
||||
old: {
|
||||
patches = [
|
||||
./patches/tramp-detect-wrapped-gvfsd-28.patch
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
in
|
||||
{
|
||||
inherit emacsGit emacsUnstable;
|
||||
|
||||
inherit emacsGcc emacsUnstableGcc;
|
||||
inherit emacsGcc;
|
||||
|
||||
inherit emacsPgtk emacsPgtkGcc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue