stdenv/native: fix bintools import

This commit is contained in:
Jonathan Ringer 2021-06-06 22:37:29 -07:00 committed by Alyssa Ross
parent 67ccc2ef29
commit 04bdefc4b8

View file

@ -132,7 +132,7 @@ in
inherit lib nativePrefix; inherit lib nativePrefix;
bintools = import ../../build-support/bintools-wrapper { bintools = import ../../build-support/bintools-wrapper {
name = "bintools"; name = "bintools";
inherit stdenvNoCC nativePrefix; inherit lib stdenvNoCC nativePrefix;
nativeTools = true; nativeTools = true;
nativeLibc = true; nativeLibc = true;
}; };