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
@@ -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;
};
}