forked from mirrors/nixpkgs
* Add platforms attribute.
svn path=/nixpkgs/trunk/; revision=30380
This commit is contained in:
parent
75b7d02633
commit
6e5c0d70db
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue