summary refs log tree commit diff
path: root/pkgs/development/mobile
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2019-05-24 02:29:45 +0000
committeredef <edef@edef.eu>2019-05-24 02:32:14 +0000
commitc89b2de425db938a06a418a11f792ca1ab7ea9ff (patch)
tree3e577a68aa481c5ec9b77807743ed2269519eb07 /pkgs/development/mobile
parent54a50114c7433b52fc20b5042c200674e7ecdfbc (diff)
downloadnixpkgs-c89b2de425db938a06a418a11f792ca1ab7ea9ff.tar
nixpkgs-c89b2de425db938a06a418a11f792ca1ab7ea9ff.tar.gz
nixpkgs-c89b2de425db938a06a418a11f792ca1ab7ea9ff.tar.bz2
nixpkgs-c89b2de425db938a06a418a11f792ca1ab7ea9ff.tar.lz
nixpkgs-c89b2de425db938a06a418a11f792ca1ab7ea9ff.tar.xz
nixpkgs-c89b2de425db938a06a418a11f792ca1ab7ea9ff.tar.zst
nixpkgs-c89b2de425db938a06a418a11f792ca1ab7ea9ff.zip
androidenv: fix the $out/bin symlink for ndk-bundle
Diffstat (limited to 'pkgs/development/mobile')
-rw-r--r--pkgs/development/mobile/androidenv/ndk-bundle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/mobile/androidenv/ndk-bundle/default.nix b/pkgs/development/mobile/androidenv/ndk-bundle/default.nix
index 5d70a9f0a1c..b81fab1ed76 100644
--- a/pkgs/development/mobile/androidenv/ndk-bundle/default.nix
+++ b/pkgs/development/mobile/androidenv/ndk-bundle/default.nix
@@ -44,7 +44,7 @@ deployAndroidPackage {
     mkdir -p $out/bin
     for i in ndk-build
     do
-        ln -sf ../../libexec/android-sdk/ndk-bundle/$i $out/bin/$i
+        ln -sf ../libexec/android-sdk/ndk-bundle/$i $out/bin/$i
     done
   '';
   noAuditTmpdir = true; # Audit script gets invoked by the build/ component in the path for the make standalone script