mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #58848 from tadfisher/android-studio-unwrapped
android-studio: add "unwrapped" passthru attr
This commit is contained in:
commit
f0a6725bdc
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user