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

This commit is contained in:
Robin Gloster
2016-08-03 13:34:44 +00:00
1099 changed files with 2664 additions and 513 deletions
@@ -12,5 +12,6 @@ stdenv.mkDerivation {
description = "Berkeley YACC";
homepage = http://dickey.his.com/byacc/byacc.html;
license = stdenv.lib.licenses.publicDomain;
platforms = stdenv.lib.platforms.unix;
};
}
@@ -23,5 +23,6 @@ stdenv.mkDerivation {
branch = "2.5.35";
homepage = http://flex.sourceforge.net/;
description = "A fast lexical analyser generator";
platforms = stdenv.lib.platforms.unix;
};
}
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://flex.sourceforge.net/;
description = "A fast lexical analyser generator";
platforms = stdenv.lib.platforms.unix;
};
}
@@ -19,5 +19,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://jikes.sourceforge.net/;
description = "The Jikes Parser Generator";
platforms = stdenv.lib.platforms.linux;
};
}