mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Fix gfortran 4.7 build: texinfo 5.1 is not supported.
This commit is contained in:
parent
7c8ba7557c
commit
82ad48477c
@ -2428,6 +2428,7 @@ let
|
||||
|
||||
gcc47_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
||||
inherit noSysDirs;
|
||||
texinfo = texinfo4;
|
||||
# I'm not sure if profiling with enableParallelBuilding helps a lot.
|
||||
# We can enable it back some day. This makes the *gcc* builds faster now.
|
||||
profiledCompiler = false;
|
||||
@ -2445,7 +2446,7 @@ let
|
||||
|
||||
gcc47_debug = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
||||
stripped = false;
|
||||
|
||||
texinfo = texinfo4;
|
||||
inherit noSysDirs;
|
||||
cross = null;
|
||||
libcCross = null;
|
||||
|
Loading…
Reference in New Issue
Block a user