aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2019-04-02 13:52:23 -0700
committerTad Fisher <tadfisher@gmail.com>2019-04-02 13:52:23 -0700
commit39badefbc0d8bf1bd3dec14ffb60e44722bc3c0d (patch)
tree5a2a2095faa05dd43d74ea993ab1607377fe97e5 /pkgs/applications/editors/android-studio
parent373488e6f4c3dc3bb51cabcb959e4a70eb5d7b2c (diff)
android-studio: add "unwrapped" passthru attr
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index a1465766f8b..d0327c7b695 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -141,6 +141,9 @@ in runCommand
'';
preferLocalBuild = true;
allowSubstitutes = false;
+ passthru = {
+ unwrapped = androidStudio;
+ };
meta = with stdenv.lib; {
description = "The Official IDE for Android (${channel} channel)";
longDescription = ''