telnet.meta.platforms

svn path=/nixpkgs/trunk/; revision=32355
This commit is contained in:
Yury G. Kudryashov 2012-02-17 16:22:07 +00:00
parent b23126fcc3
commit 615f0423e8

View file

@ -14,5 +14,6 @@ stdenv.mkDerivation {
description = "A client and daemon for the Telnet protocol";
homepage = ftp://ftp.suse.com/pub/people/kukuk/ipv6/;
license = "BSD";
platforms = stdenv.lib.platforms.gnu;
};
}