Use meta.platforms

svn path=/nixpkgs/trunk/; revision=31909
This commit is contained in:
Yury G. Kudryashov
2012-01-28 14:39:56 +00:00
parent 12e953b944
commit 71c28d0e33
7 changed files with 13 additions and 29 deletions

View File

@@ -19,6 +19,7 @@ stdenv.mkDerivation (rec {
meta = {
description = "A tool that allows packages to find out information about other packages";
homepage = http://pkg-config.freedesktop.org/wiki/;
platforms = stdenv.lib.platforms.all;
};
} // (if stdenv.system == "mips64el-linux" then