Don't prefer 'emacs24-nox' over the normal 'emacs24' attribute.
This commit is contained in:
parent
a10812f792
commit
2f2eb135be
1 changed files with 1 additions and 1 deletions
|
@ -7375,7 +7375,7 @@ let
|
|||
else stdenv;
|
||||
};
|
||||
|
||||
emacs24-nox = (appendToName "nox" (emacs24.override {
|
||||
emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {
|
||||
withX = false;
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue