From 39badefbc0d8bf1bd3dec14ffb60e44722bc3c0d Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Tue, 2 Apr 2019 13:52:23 -0700 Subject: [PATCH] android-studio: add "unwrapped" passthru attr --- pkgs/applications/editors/android-studio/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index a1465766f8bf..d0327c7b6959 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 = ''