android-studio: add "unwrapped" passthru attr

This commit is contained in:
Tad Fisher 2019-04-02 13:52:23 -07:00
parent 373488e6f4
commit 39badefbc0

View File

@ -141,6 +141,9 @@ in runCommand
''; '';
preferLocalBuild = true; preferLocalBuild = true;
allowSubstitutes = false; allowSubstitutes = false;
passthru = {
unwrapped = androidStudio;
};
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The Official IDE for Android (${channel} channel)"; description = "The Official IDE for Android (${channel} channel)";
longDescription = '' longDescription = ''