More meta.platforms

svn path=/nixpkgs/trunk/; revision=23168
This commit is contained in:
Yury G. Kudryashov 2010-08-13 23:11:58 +00:00
parent c55090ec78
commit 83a87e9959
3 changed files with 2 additions and 3 deletions

View File

@ -10,5 +10,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An interactive process viewer for Linux"; description = "An interactive process viewer for Linux";
homepage = "http://htop.sourceforge.net"; homepage = "http://htop.sourceforge.net";
platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A program to configure the Linux IP packet filtering ruleset"; description = "A program to configure the Linux IP packet filtering ruleset";
homepage = http://www.netfilter.org/projects/iptables/index.html; homepage = http://www.netfilter.org/projects/iptables/index.html;
platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -159,8 +159,6 @@ with (import ./release-lib.nix);
inetutils = linux; inetutils = linux;
inkscape = linux; inkscape = linux;
iputils = linux; iputils = linux;
iproute = linux;
iptables = linux;
irssi = linux; irssi = linux;
jfsutils = linux; jfsutils = linux;
jfsrec = linux; jfsrec = linux;
@ -228,7 +226,6 @@ with (import ./release-lib.nix);
openssh = linux; openssh = linux;
openssl = all; openssl = all;
pam_console = linux; pam_console = linux;
pam_ldap = linux;
pam_login = linux; pam_login = linux;
pam_unix2 = linux; pam_unix2 = linux;
pan = gtkSupported; pan = gtkSupported;