* I assume building Emacs without GTK was only supposed to happen on

Darwin.

svn path=/nixpkgs/trunk/; revision=22048
This commit is contained in:
Eelco Dolstra 2010-05-28 13:59:57 +00:00
parent 4e571746c1
commit d9b0896866

View File

@ -7564,7 +7564,7 @@ let
# use override to select the appropriate gui toolkit
libXaw = if stdenv.isDarwin then xlibs.libXaw else 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.
gconf = if stdenv.isDarwin then null else gnome.GConf;
librsvg = if stdenv.isDarwin then null else librsvg;