From 9e1729637e0b9693a77ac3aebbef5b4fb0ef6033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 5 Nov 2009 14:36:49 +0000 Subject: [PATCH] Don't build GNU Emacs on non-gtk-supported platforms. svn path=/nixpkgs/trunk/; revision=18138 --- pkgs/top-level/release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 00360009387..c01c1b01e77 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;