nixpkgs/pkgs/development/mobile/androidenv
Jakub Sokołowski b0663a3dc3
androidenv: include autoPatchelfHook only on Linux
This is supposed to fix an issue caused by this PR:
https://github.com/NixOS/nixpkgs/pull/163924

Which made `autoPatchelfHook` available only on Linux, resulting in
builds of Android packages failing with:
```
error: Package ‘auto-patchelf-hook’ in /nix/store/...-nixpkgs-source/pkgs/build-support/trivial-builders.nix:73
    is not supported on ‘x86_64-darwin’, refusing to evaluate.
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-29 23:17:37 +02:00
..
examples treewide: use quotes for url 2021-06-20 16:26:23 +02:00
ndk-bundle androidenv: include autoPatchelfHook only on Linux 2022-05-29 23:17:37 +02:00
tools androidenv: include autoPatchelfHook only on Linux 2022-05-29 23:17:37 +02:00
.gitignore Rework androidenv package generation 2021-01-03 21:27:23 -07:00
build-app.nix
build-tools.nix treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
cmake.nix androidenv: include autoPatchelfHook only on Linux 2022-05-29 23:17:37 +02:00
compose-android-packages.nix androidenv: include autoPatchelfHook only on Linux 2022-05-29 23:17:37 +02:00
default.nix androidndk: Avoid depending on target-sensative openjdk 2020-09-08 09:49:39 -04:00
deploy-androidpackage.nix androidenv: do not copy verbosely 2021-01-27 02:03:14 -08:00
emulate-app.nix treewide: "does not exists" -> "does not exist" 2021-09-09 18:45:33 +00:00
emulator.nix androidenv: include autoPatchelfHook only on Linux 2022-05-29 23:17:37 +02:00
fetchrepo.sh Rework androidenv package generation 2021-01-03 21:27:23 -07:00
generate.sh Rework androidenv package generation 2021-01-03 21:27:23 -07:00
mkrepo.rb Rework androidenv package generation 2021-01-03 21:27:23 -07:00
mkrepo.sh Rework androidenv package generation 2021-01-03 21:27:23 -07:00
platform-tools.nix treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
querypackages.sh Rework androidenv package generation 2021-01-03 21:27:23 -07:00
repo.json androidenv: regenerate repo.json 2021-08-21 12:20:50 +02:00
tools.nix