Drop emacsUnstableGcc

We now default to building the unstable release, so this attribute is superflous.
This commit is contained in:
adisbladis 2021-12-10 01:45:20 -08:00
parent 64265a8c84
commit fe1b51ee40

View file

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