android-studio: add "unwrapped" passthru attr
This commit is contained in:
parent
373488e6f4
commit
39badefbc0
1 changed files with 3 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue