mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 19:46:11 +01:00
Fix Tailscale build by adding sourceRoot for android subdirectory and restore deps.json
Co-authored-by: osbm <74963545+osbm@users.noreply.github.com>
This commit is contained in:
parent
48b6a8cf98
commit
8419ddc488
2 changed files with 4 additions and 1 deletions
1
apks/ta/tailscale/deps.json
Normal file
1
apks/ta/tailscale/deps.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
[]
|
||||
|
|
@ -42,6 +42,8 @@ stdenv.mkDerivation (finalAttrs: rec {
|
|||
leaveDotGit = true;
|
||||
};
|
||||
|
||||
sourceRoot = "source/android";
|
||||
|
||||
nativeBuildInputs = [
|
||||
gradle
|
||||
git
|
||||
|
|
@ -82,6 +84,6 @@ stdenv.mkDerivation (finalAttrs: rec {
|
|||
};
|
||||
|
||||
installPhase = ''
|
||||
cp app/build/outputs/apk/release/app-*-release*.apk $out
|
||||
cp build/outputs/apk/release/android-*-release*.apk $out
|
||||
'';
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue