stdenv/native: fix bintools import

(cherry picked from commit fa38ff677af719ad8a44e9c70dc6f4fc0c5e09e9)
This commit is contained in:
Jonathan Ringer 2021-06-06 22:37:29 -07:00 committed by Jonathan Ringer
parent 4b7e51865e
commit 977f89b349
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;
};