emacs24: clangStdenv is in fact needed on darwin
This commit is contained in:
parent
c0e26205f3
commit
643d2af2cd
@ -8200,6 +8200,11 @@ let
|
|||||||
librsvg = null;
|
librsvg = null;
|
||||||
alsaLib = null;
|
alsaLib = null;
|
||||||
imagemagick = 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 {
|
emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user