emacs24Macport: Mark as lowPrio
This commit is contained in:
parent
3ef40e5004
commit
9edf4631ce
@ -8388,12 +8388,12 @@ let
|
||||
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
|
||||
stdenv = if stdenv.isDarwin
|
||||
then clangStdenv
|
||||
else stdenv;
|
||||
};
|
||||
});
|
||||
|
||||
emacsPackages = emacs: self: let callPackage = newScope self; in rec {
|
||||
inherit emacs;
|
||||
|
Loading…
Reference in New Issue
Block a user