Don't prefer 'emacs24-nox' over the normal 'emacs24' attribute.

This commit is contained in:
Peter Simons 2013-08-24 12:19:56 +02:00
parent a10812f792
commit 2f2eb135be

View file

@ -7375,7 +7375,7 @@ let
else stdenv;
};
emacs24-nox = (appendToName "nox" (emacs24.override {
emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {
withX = false;
}));