Don't build GNU Emacs on non-gtk-supported platforms.
svn path=/nixpkgs/trunk/; revision=18138
This commit is contained in:
@@ -135,8 +135,8 @@ in {
|
||||
e2fsprogs = linux;
|
||||
ejabberd = linux;
|
||||
elinks = linux;
|
||||
emacs22 = all;
|
||||
emacs23 = all;
|
||||
emacs22 = gtkSupported;
|
||||
emacs23 = gtkSupported;
|
||||
enscript = all;
|
||||
eprover = linux;
|
||||
evince = linux;
|
||||
|
||||
Reference in New Issue
Block a user