mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
libf2c: turn off format hardening
This commit is contained in:
parent
8a018e730f
commit
c648eeda49
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libf2c-20100903";
|
name = "libf2c-20100903";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.netlib.org/f2c/libf2c.zip;
|
url = http://www.netlib.org/f2c/libf2c.zip;
|
||||||
sha256 = "1mcp1lh7gay7hm186dr0wvwd2bc05xydhnc1qy3dqs4n3r102g7i";
|
sha256 = "1mcp1lh7gay7hm186dr0wvwd2bc05xydhnc1qy3dqs4n3r102g7i";
|
||||||
@ -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…
Reference in New Issue
Block a user