emacs24: no longer need to use clangStdenv on darwin
This commit is contained in:
parent
2e2f42f215
commit
0392293f2e
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue