* I assume building Emacs without GTK was only supposed to happen on
Darwin. svn path=/nixpkgs/trunk/; revision=22048
This commit is contained in:
parent
4e571746c1
commit
d9b0896866
@ -7564,7 +7564,7 @@ let
|
|||||||
# use override to select the appropriate gui toolkit
|
# use override to select the appropriate gui toolkit
|
||||||
libXaw = if stdenv.isDarwin then xlibs.libXaw else null;
|
libXaw = if stdenv.isDarwin then xlibs.libXaw else null;
|
||||||
Xaw3d = null;
|
Xaw3d = null;
|
||||||
gtk = if stdenv.isDarwin then gtkLibs.gtk else null;
|
gtk = if stdenv.isDarwin then null else gtkLibs.gtk;
|
||||||
# TODO: these packages don't build on Darwin.
|
# TODO: these packages don't build on Darwin.
|
||||||
gconf = if stdenv.isDarwin then null else gnome.GConf;
|
gconf = if stdenv.isDarwin then null else gnome.GConf;
|
||||||
librsvg = if stdenv.isDarwin then null else librsvg;
|
librsvg = if stdenv.isDarwin then null else librsvg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user