Revert "emacs: Update Mac Port Emacs to 24.5-mac-5.9"
This reverts commit 5c896e5511
, which was
a set of local changes unrelated to the commit title.
This commit is contained in:
parent
6c1d408b47
commit
23562aad59
@ -21,8 +21,6 @@ self: super: {
|
||||
options = dontCheck super.options;
|
||||
statistics = dontCheck super.statistics;
|
||||
text = dontCheck super.text;
|
||||
c2hs = dontCheck super.c2hs;
|
||||
mockery = dontCheck super.mockery;
|
||||
|
||||
# The package doesn't compile with ruby 1.9, which is our default at the moment.
|
||||
hruby = super.hruby.override { ruby = pkgs.ruby_2_1; };
|
||||
|
@ -54313,7 +54313,7 @@ self: {
|
||||
yesod-static
|
||||
];
|
||||
buildTools = [
|
||||
curl git gnupg openssh perl rsync wget which
|
||||
bup curl git gnupg lsof openssh perl rsync wget which
|
||||
];
|
||||
configureFlags = [ "-fassistant" "-fproduction" ];
|
||||
preConfigure = "export HOME=$TEMPDIR";
|
||||
|
@ -79,9 +79,9 @@ in
|
||||
nativeBuildInputs = [ args.python ];
|
||||
};
|
||||
|
||||
# libxkbfile = attrs: attrs // {
|
||||
# patches = lib.optional stdenv.cc.isClang ./libxkbfile-clang36.patch;
|
||||
# };
|
||||
libxkbfile = attrs: attrs // {
|
||||
patches = lib.optional stdenv.cc.isClang ./libxkbfile-clang36.patch;
|
||||
};
|
||||
|
||||
libpciaccess = attrs : attrs // {
|
||||
patches = [ ./libpciaccess-apple.patch ];
|
||||
@ -285,9 +285,9 @@ in
|
||||
dmxproto /*libdmx not used*/ xf86vidmodeproto
|
||||
recordproto libXext pixman libXfont
|
||||
damageproto xcmiscproto bigreqsproto
|
||||
inputproto xextproto randrproto renderproto presentproto
|
||||
libpciaccess inputproto xextproto randrproto renderproto presentproto
|
||||
dri2proto dri3proto kbproto xineramaproto resourceproto scrnsaverproto videoproto
|
||||
] ++ lib.optional (!isDarwin) libpciaccess;
|
||||
];
|
||||
commonPatches = [ ./xorgserver-xkbcomp-path.patch ]
|
||||
++ lib.optional isDarwin ./fix-clang.patch;
|
||||
# XQuartz requires two compilations: the first to get X / XQuartz,
|
||||
|
Loading…
Reference in New Issue
Block a user