stdenv/native: fix bintools import
This commit is contained in:
parent
67ccc2ef29
commit
04bdefc4b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue