androidndk: fix eval
This commit is contained in:
parent
054656a2fc
commit
7b49d3b335
@ -226,7 +226,7 @@ rec {
|
|||||||
|
|
||||||
androidndk_10e = import ./androidndk.nix {
|
androidndk_10e = import ./androidndk.nix {
|
||||||
inherit (buildPackages)
|
inherit (buildPackages)
|
||||||
p7zip makeWrapper;
|
unzip makeWrapper;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
stdenv fetchurl zlib ncurses5 lib python3 libcxx
|
stdenv fetchurl zlib ncurses5 lib python3 libcxx
|
||||||
coreutils file findutils gawk gnugrep gnused jdk which;
|
coreutils file findutils gawk gnugrep gnused jdk which;
|
||||||
@ -237,7 +237,7 @@ rec {
|
|||||||
|
|
||||||
androidndk_16b = import ./androidndk.nix {
|
androidndk_16b = import ./androidndk.nix {
|
||||||
inherit (buildPackages)
|
inherit (buildPackages)
|
||||||
p7zip makeWrapper;
|
unzip makeWrapper;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
stdenv fetchurl zlib ncurses5 lib python3 libcxx
|
stdenv fetchurl zlib ncurses5 lib python3 libcxx
|
||||||
coreutils file findutils gawk gnugrep gnused jdk which;
|
coreutils file findutils gawk gnugrep gnused jdk which;
|
||||||
@ -248,7 +248,7 @@ rec {
|
|||||||
|
|
||||||
androidndk = import ./androidndk.nix {
|
androidndk = import ./androidndk.nix {
|
||||||
inherit (buildPackages)
|
inherit (buildPackages)
|
||||||
p7zip makeWrapper;
|
unzip makeWrapper;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
stdenv fetchurl zlib ncurses5 lib python3 libcxx
|
stdenv fetchurl zlib ncurses5 lib python3 libcxx
|
||||||
coreutils file findutils gawk gnugrep gnused jdk which;
|
coreutils file findutils gawk gnugrep gnused jdk which;
|
||||||
|
Loading…
Reference in New Issue
Block a user