androidndkPkgs: fix typo in propagatedBuildInputs (#75045)

This commit is contained in:
Pedro Pombeiro 2019-12-05 14:43:47 +01:00 committed by Dmitry Kalinkin
parent 691bebf68b
commit ec9fb6275a

View file

@ -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