emacs24: no longer need to use clangStdenv on darwin

This commit is contained in:
John Wiegley 2014-05-31 20:18:46 +00:00
parent 2e2f42f215
commit 0392293f2e

View file

@ -8200,12 +8200,6 @@ let
librsvg = null;
alsaLib = null;
imagemagick = null;
# use clangStdenv on darwin to deal with: unexec: 'my_edata is not in
# section __data'
stdenv = if stdenv.isDarwin
then clangStdenv
else stdenv;
};
emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {