Fixing binutils cross-building.

Gold is now enabled, and the last time I built this, it was not.
This commit is contained in:
Lluís Batlle i Rossell 2014-05-18 18:24:25 +02:00
parent 471e5bcf41
commit b10fe939ea

View file

@ -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;
}));