emacs24Macport: Mark as lowPrio

This commit is contained in:
Eelco Dolstra 2014-07-22 13:49:48 +02:00
parent 3ef40e5004
commit 9edf4631ce

View File

@ -8388,12 +8388,12 @@ let
withX = false; withX = false;
})); }));
emacs24Macport = callPackage ../applications/editors/emacs-24/macport.nix { emacs24Macport = lowPrio (callPackage ../applications/editors/emacs-24/macport.nix {
# resolve unrecognised flag '-fconstant-cfstrings' errors # resolve unrecognised flag '-fconstant-cfstrings' errors
stdenv = if stdenv.isDarwin stdenv = if stdenv.isDarwin
then clangStdenv then clangStdenv
else stdenv; else stdenv;
}; });
emacsPackages = emacs: self: let callPackage = newScope self; in rec { emacsPackages = emacs: self: let callPackage = newScope self; in rec {
inherit emacs; inherit emacs;