Merge pull request #58848 from tadfisher/android-studio-unwrapped

android-studio: add "unwrapped" passthru attr
This commit is contained in:
Matthew Bauer
2019-04-03 11:52:24 -04:00
committed by GitHub
@@ -142,6 +142,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 = ''