libf2c: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 00:03:11 +00:00
parent 8a018e730f
commit c648eeda49

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "libf2c-20100903";
src = fetchurl {
url = http://www.netlib.org/f2c/libf2c.zip;
sha256 = "1mcp1lh7gay7hm186dr0wvwd2bc05xydhnc1qy3dqs4n3r102g7i";
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
buildInputs = [ unzip ];
hardening_format = false;
meta = {
description = "F2c converts Fortran 77 source code to C";
homepage = http://www.netlib.org/f2c/;