androidndkPkgs: fix typo in propagatedBuildInputs (#75045)
This commit is contained in:
parent
691bebf68b
commit
ec9fb6275a
@ -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 New Issue
Block a user