kde3: use meta.platforms

svn path=/nixpkgs/trunk/; revision=29596
This commit is contained in:
Yury G. Kudryashov
2011-10-02 21:15:36 +00:00
parent 86d3591d7e
commit 371cd8bc51
5 changed files with 6 additions and 7 deletions
@@ -17,5 +17,6 @@ stdenv.mkDerivation {
description = "An integrated LaTeX editor for KDE";
homepage = http://kile.sourceforge.net;
license = "GPLv2";
platforms = stdenv.lib.platforms.linux;
};
}