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 = {
description = "An interactive process viewer for Linux";
homepage = "http://htop.sourceforge.net";
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
meta = {
description = "A program to configure the Linux IP packet filtering ruleset";
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;
inkscape = linux;
iputils = linux;
iproute = linux;
iptables = linux;
irssi = linux;
jfsutils = linux;
jfsrec = linux;
@ -228,7 +226,6 @@ with (import ./release-lib.nix);
openssh = linux;
openssl = all;
pam_console = linux;
pam_ldap = linux;
pam_login = linux;
pam_unix2 = linux;
pan = gtkSupported;