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
1 changed files with 1 additions and 1 deletions

View File

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