darwin.stdenv: use wrapBintoolsWith instead of a direct import

This commit is contained in:
Randy Eckenrode 2024-03-27 01:59:20 -04:00
parent 39a5f4a6ee
commit 017eda24ae
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ in
version = "boot";
};
binutils = (import ../../build-support/bintools-wrapper) {
binutils = super.wrapBintoolsWith {
name = "bootstrap-stage0-binutils-wrapper";
nativeTools = false;