mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
Fixing binutils cross-building.
Gold is now enabled, and the last time I built this, it was not.
This commit is contained in:
parent
471e5bcf41
commit
b10fe939ea
@ -3694,7 +3694,7 @@ let
|
||||
binutilsCross =
|
||||
if crossSystem != null && crossSystem.libc == "libSystem" then darwin.cctools
|
||||
else lowPrio (forceNativeDrv (import ../development/tools/misc/binutils {
|
||||
inherit stdenv fetchurl zlib;
|
||||
inherit stdenv fetchurl zlib bison;
|
||||
noSysDirs = true;
|
||||
cross = assert crossSystem != null; crossSystem;
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user