emacs24: clangStdenv is in fact needed on darwin

This commit is contained in:
John Wiegley 2014-05-31 20:37:35 +00:00
parent c0e26205f3
commit 643d2af2cd

View file

@ -8200,6 +8200,11 @@ let
librsvg = null;
alsaLib = null;
imagemagick = null;
# resolve unrecognized section __static_data in __DATA segment
stdenv = if stdenv.isDarwin
then clangStdenv
else stdenv;
};
emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {