Merge pull request #897 from danieroux/emacs24-nox

emacs24: Let -nox be a whole lot less X than it was
This commit is contained in:
Evgeny Egorochkin 2013-09-01 07:44:38 -07:00
commit 1380ca3e57

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
(if withX then
[ "--with-x-toolkit=gtk" "--with-xft"]
else
[ "--with-x-toolkit=no" ])
[ "--with-x=no --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no" ])
# On NixOS, help Emacs find `crt*.o'.
++ stdenv.lib.optional (stdenv ? glibc)
[ "--with-crt-dir=${stdenv.glibc}/lib" ];