Build Emacs only on GNU/Linux.
svn path=/nixpkgs/trunk/; revision=17220
This commit is contained in:
parent
89d4a330a8
commit
cad5eea4d6
3 changed files with 5 additions and 0 deletions
|
@ -42,5 +42,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
homepage = http://www.gnu.org/software/emacs/;
|
||||
license = "GPLv3+";
|
||||
|
||||
platforms = linux; # GTK & co. are needed.
|
||||
};
|
||||
}
|
||||
|
|
|
@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
|
|||
license = "GPLv3+";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = linux; # GTK & co. are needed.
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue