libf2c: turn off format hardening
This commit is contained in:
parent
8a018e730f
commit
c648eeda49
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "F2c converts Fortran 77 source code to C";
|
description = "F2c converts Fortran 77 source code to C";
|
||||||
homepage = http://www.netlib.org/f2c/;
|
homepage = http://www.netlib.org/f2c/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user