mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
darwin.stdenv: use wrapBintoolsWith instead of a direct import
This commit is contained in:
parent
39a5f4a6ee
commit
017eda24ae
@ -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 New Issue
Block a user