libf2c: turn off format hardening
This commit is contained in:
@@ -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/;
|
||||||
|
|||||||
Reference in New Issue
Block a user