darwin.stdenv: use wrapBintoolsWith instead of a direct import
This commit is contained in:
parent
39a5f4a6ee
commit
017eda24ae
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ in
|
|||
version = "boot";
|
||||
};
|
||||
|
||||
binutils = (import ../../build-support/bintools-wrapper) {
|
||||
binutils = super.wrapBintoolsWith {
|
||||
name = "bootstrap-stage0-binutils-wrapper";
|
||||
|
||||
nativeTools = false;
|
||||
|
|
Loading…
Reference in a new issue