mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Fix `binutilsCross'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25094
This commit is contained in:
parent
f03da539a7
commit
532e844a0c
@ -2417,7 +2417,7 @@ let
|
||||
};
|
||||
|
||||
binutilsCross = forceBuildDrv (import ../development/tools/misc/binutils {
|
||||
inherit stdenv fetchurl;
|
||||
inherit stdenv fetchurl zlib;
|
||||
noSysDirs = true;
|
||||
cross = assert crossSystem != null; crossSystem;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user