about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-11-05 14:36:49 +0000
committerLudovic Courtès <ludo@gnu.org>2009-11-05 14:36:49 +0000
commit9e1729637e0b9693a77ac3aebbef5b4fb0ef6033 (patch)
tree72139400b31a34da572236589bbd75637dcb76dd /pkgs
parent9ec817f18aed14756a805a112f53a16b001800b6 (diff)
downloadnixlib-9e1729637e0b9693a77ac3aebbef5b4fb0ef6033.tar
nixlib-9e1729637e0b9693a77ac3aebbef5b4fb0ef6033.tar.gz
nixlib-9e1729637e0b9693a77ac3aebbef5b4fb0ef6033.tar.bz2
nixlib-9e1729637e0b9693a77ac3aebbef5b4fb0ef6033.tar.lz
nixlib-9e1729637e0b9693a77ac3aebbef5b4fb0ef6033.tar.xz
nixlib-9e1729637e0b9693a77ac3aebbef5b4fb0ef6033.tar.zst
nixlib-9e1729637e0b9693a77ac3aebbef5b4fb0ef6033.zip
Don't build GNU Emacs on non-gtk-supported platforms.
svn path=/nixpkgs/trunk/; revision=18138
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 00360009387e..c01c1b01e770 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -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;