treewide: Add lots of platforms to packages with no meta

Build-tested on x86_64 Linux and on Darwin.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 19:06:29 +03:00
parent 59ce911810
commit 2258b21e4b
139 changed files with 548 additions and 0 deletions

View File

@@ -6,4 +6,8 @@ stdenv.mkDerivation {
url = mirror://sourceforge/jikes/jikes-1.22.tar.bz2;
md5 = "cda958c7fef6b43b803e1d1ef9afcb85";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -4,4 +4,8 @@
url = http://www.meta-environment.org/releases/meta-build-env-0.1.tar.gz ;
md5 = "827b54ace4e2d3c8e7605ea149b34293";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -12,4 +12,8 @@ stdenv.mkDerivation {
configureFlags = ["-no-tk" "-x11lib" xlibsWrapper];
buildFlags = ["world" "bootstrap" "opt"];
checkTarget = ["opt.opt"];
meta = {
platforms = stdenv.lib.platforms.linux;
};
}