mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
gcc48: fixup build after texinfo bump (in parent)
This commit is contained in:
parent
8869ae47f8
commit
8c4a70bcb1
@ -4563,6 +4563,7 @@ in
|
|||||||
libcCross = if crossSystem != null then libcCross else null;
|
libcCross = if crossSystem != null then libcCross else null;
|
||||||
|
|
||||||
isl = isl_0_14;
|
isl = isl_0_14;
|
||||||
|
texinfo = texinfo5; # doesn't validate since 6.1 -> 6.3 bump
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gcc49 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.9 {
|
gcc49 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.9 {
|
||||||
|
Loading…
Reference in New Issue
Block a user