Emacs: remove --with-crt-dir (no longer supported)
This commit is contained in:
parent
8b61f1f367
commit
635d49e973
@ -35,10 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ "--with-x-toolkit=lucid" "--with-xft" ]
|
[ "--with-x-toolkit=lucid" "--with-xft" ]
|
||||||
else
|
else
|
||||||
[ "--with-x=no" "--with-xpm=no" "--with-jpeg=no" "--with-png=no"
|
[ "--with-x=no" "--with-xpm=no" "--with-jpeg=no" "--with-png=no"
|
||||||
"--with-gif=no" "--with-tiff=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" ];
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString (stdenv.isDarwin && withX)
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString (stdenv.isDarwin && withX)
|
||||||
"-I${cairo}/include/cairo";
|
"-I${cairo}/include/cairo";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user