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