mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
androidndk: Use callPackage
to support overriding the fullNdk
option
This commit is contained in:
parent
81c18c1b07
commit
ea475c1da5
@ -224,7 +224,7 @@ rec {
|
||||
|
||||
androidsdk_latest = androidsdk_8_0;
|
||||
|
||||
androidndk_10e = import ./androidndk.nix {
|
||||
androidndk_10e = pkgs.callPackage ./androidndk.nix {
|
||||
inherit (buildPackages)
|
||||
unzip makeWrapper;
|
||||
inherit (pkgs)
|
||||
@ -235,7 +235,7 @@ rec {
|
||||
sha256 = "032j3sgk93bjbkny84i17ph61dhjmsax9ddqng1zbi2p7dgl0pzf";
|
||||
};
|
||||
|
||||
androidndk_16b = import ./androidndk.nix {
|
||||
androidndk_16b = pkgs.callPackage ./androidndk.nix {
|
||||
inherit (buildPackages)
|
||||
unzip makeWrapper;
|
||||
inherit (pkgs)
|
||||
@ -246,7 +246,7 @@ rec {
|
||||
sha256 = "00frcnvpcsngv00p6l2vxj4cwi2mwcm9lnjvm3zv4wrp6pss9pmw";
|
||||
};
|
||||
|
||||
androidndk_17 = import ./androidndk.nix {
|
||||
androidndk_17 = pkgs.callPackage ./androidndk.nix {
|
||||
inherit (buildPackages)
|
||||
unzip makeWrapper;
|
||||
inherit (pkgs)
|
||||
|
Loading…
Reference in New Issue
Block a user