emacs24: no longer need to use clangStdenv on darwin
This commit is contained in:
parent
2e2f42f215
commit
0392293f2e
@ -8200,12 +8200,6 @@ let
|
|||||||
librsvg = null;
|
librsvg = null;
|
||||||
alsaLib = null;
|
alsaLib = null;
|
||||||
imagemagick = 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 {
|
emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user