androidndk: fix eval

fixup from https://github.com/NixOS/nixpkgs/pull/45820

/cc @Ericson2314
This commit is contained in:
Luigy Leon 2018-09-01 19:29:02 -04:00 committed by Luigy Leon
parent 028b64ab08
commit c759f7a9b7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ lib
{ lib, stdenv
, makeWrapper
, runCommand, wrapBintoolsWith, wrapCCWith
, buildAndroidndk, androidndk, targetAndroidndkPkgs

View File

@ -281,7 +281,7 @@ rec {
inherit (buildPackages)
makeWrapper;
inherit (pkgs)
lib hostPlatform targetPlatform
lib stdenv
runCommand wrapBintoolsWith wrapCCWith;
# buildPackages.foo rather than buildPackages.buildPackages.foo would work,
# but for splicing messing up on infinite recursion for the variants we
@ -297,7 +297,7 @@ rec {
inherit (buildPackages)
makeWrapper;
inherit (pkgs)
lib hostPlatform targetPlatform
lib stdenv
runCommand wrapBintoolsWith wrapCCWith;
# buildPackages.foo rather than buildPackages.buildPackages.foo would work,
# but for splicing messing up on infinite recursion for the variants we