mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
androidenv: fix missing inherit os
This commit is contained in:
parent
8851f074f8
commit
14c7a30161
@ -250,7 +250,7 @@ rec {
|
||||
|
||||
by setting nixpkgs config option 'android_sdk.accept_license = true;'.
|
||||
'' else callPackage ./tools.nix {
|
||||
inherit deployAndroidPackage packages toolsVersion;
|
||||
inherit deployAndroidPackage packages toolsVersion os;
|
||||
|
||||
postInstall = ''
|
||||
# Symlink all requested plugins
|
||||
|
Loading…
Reference in New Issue
Block a user