adb: fix libgcc_s reference
This commit is contained in:
parent
2ea027a913
commit
61fd82abeb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
deployAndroidPackage {
|
deployAndroidPackage {
|
||||||
inherit package os;
|
inherit package os;
|
||||||
nativeBuildInputs = lib.optionals (os == "linux") [ autoPatchelfHook ];
|
nativeBuildInputs = lib.optionals (os == "linux") [ autoPatchelfHook ];
|
||||||
buildInputs = lib.optionals (os == "linux") [ pkgs.glibc pkgs.zlib pkgs.ncurses5 ];
|
buildInputs = lib.optionals (os == "linux") [ pkgs.glibc pkgs.stdenv.cc.cc.lib pkgs.zlib pkgs.ncurses5 ];
|
||||||
|
|
||||||
patchInstructions = lib.optionalString (os == "linux") ''
|
patchInstructions = lib.optionalString (os == "linux") ''
|
||||||
addAutoPatchelfSearchPath $packageBaseDir/lib64
|
addAutoPatchelfSearchPath $packageBaseDir/lib64
|
||||||
|
|
Loading…
Reference in a new issue