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;
allowSubstitutes = false;
passthru = {
unwrapped = androidStudio;
};
meta = with stdenv.lib; {
description = "The Official IDE for Android (${channel} channel)";
longDescription = ''