androidndkPkgs: fix typo in propagatedBuildInputs (#75045)
This commit is contained in:
parent
691bebf68b
commit
ec9fb6275a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ rec {
|
|||
binaries = runCommand "ndk-gcc-binutils" {
|
||||
isClang = true; # clang based cc, but bintools ld
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
propgatedBuildInputs = [ androidndk ];
|
||||
propagatedBuildInputs = [ androidndk ];
|
||||
} ''
|
||||
mkdir -p $out/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue