Use meta.platforms
svn path=/nixpkgs/trunk/; revision=31909
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user