android-studio: add "unwrapped" passthru attr
This commit is contained in:
parent
373488e6f4
commit
39badefbc0
@ -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…
x
Reference in New Issue
Block a user