Port packages with Android dependencies to new androidenv

This commit is contained in:
Sander van der Burg
2018-12-18 21:16:06 +01:00
parent 27f8b6b89e
commit 53550c826d
5 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
patches = [
(substituteAll {
src = ./paths.patch;
adb = "${androidenv.platformTools}/bin/adb";
adb = "${androidenv.androidPkgs_9_0.platform-tools}/bin/adb";
inherit apk;
})
];