androidndkPkgs: Take version from underlying package

We can now do this, so let's.
gstqt5
John Ericson 2020-09-08 09:32:06 -04:00
parent 4c489b5f5d
commit 7cac79b3ad
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ in
rec {
# Misc tools
binaries = runCommand "ndk-gcc-binutils" {
binaries = runCommand "ndk-toolchain-binutils" {
pname = "ndk-toolchain-binutils";
inherit (androidndk) version;
isClang = true; # clang based cc, but bintools ld
nativeBuildInputs = [ makeWrapper ];
propagatedBuildInputs = [ androidndk ];