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

View File

@@ -142,6 +142,9 @@ in runCommand
'';
preferLocalBuild = true;
allowSubstitutes = false;
passthru = {
unwrapped = androidStudio;
};
meta = with stdenv.lib; {
description = "The Official IDE for Android (${channel} channel)";
longDescription = ''