mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Fix cross compiling regression due to gcc->cc renaming.
This commit is contained in:
parent
dee90b2c25
commit
0a8ca604b4
@ -114,6 +114,7 @@ rec {
|
||||
};
|
||||
} // {
|
||||
inherit cross gccCross binutilsCross;
|
||||
ccCross = gccCross;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user