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
commit f0a6725bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''