emacs24Macport: Mark as lowPrio
This commit is contained in:
parent
3ef40e5004
commit
9edf4631ce
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user