mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
* 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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user