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