Build Emacs only on GNU/Linux.

svn path=/nixpkgs/trunk/; revision=17220
This commit is contained in:
Ludovic Courtès 2009-09-17 09:52:11 +00:00
parent 89d4a330a8
commit cad5eea4d6
3 changed files with 5 additions and 0 deletions

View File

@ -42,5 +42,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/emacs/;
license = "GPLv3+";
platforms = linux; # GTK & co. are needed.
};
}

View File

@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
license = "GPLv3+";
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = linux; # GTK & co. are needed.
};
}

View File

@ -52,5 +52,7 @@ stdenv.mkDerivation {
description = "GNU Emacs with Unicode, GTK and Xft support (23.x alpha)";
homepage = http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs;
license = "GPLv3+";
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = linux; # GTK & co. are needed.
};
}