* Add platforms attribute.

svn path=/nixpkgs/trunk/; revision=30380
This commit is contained in:
Eelco Dolstra 2011-11-10 22:50:45 +00:00
parent 75b7d02633
commit 6e5c0d70db

View file

@ -11,5 +11,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://ojnk.sourceforge.net/;
description = "An implementation of the IDENT protocol";
platforms = stdenv.lib.platforms.linux;
};
}