stdenv/native: fix bintools import
(cherry picked from commit fa38ff677af719ad8a44e9c70dc6f4fc0c5e09e9)
This commit is contained in:
parent
4b7e51865e
commit
977f89b349
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue