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

View File

@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
description = "F2c converts Fortran 77 source code to C";
homepage = http://www.netlib.org/f2c/;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
};
}