3
0
Fork 0
forked from mirrors/nixpkgs

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

@ -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/;