Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-08-12 09:46:53 +00:00
372 changed files with 7520 additions and 3777 deletions

View File

@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
'';
meta = {
platforms = stdenv.lib.platforms.linux;
platforms = [ "x86_64-linux" ];
};
}