androidndk: fix eval
fixup from https://github.com/NixOS/nixpkgs/pull/45820 /cc @Ericson2314
This commit is contained in:
parent
028b64ab08
commit
c759f7a9b7
@ -1,4 +1,4 @@
|
|||||||
{ lib
|
{ lib, stdenv
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, runCommand, wrapBintoolsWith, wrapCCWith
|
, runCommand, wrapBintoolsWith, wrapCCWith
|
||||||
, buildAndroidndk, androidndk, targetAndroidndkPkgs
|
, buildAndroidndk, androidndk, targetAndroidndkPkgs
|
||||||
|
@ -281,7 +281,7 @@ rec {
|
|||||||
inherit (buildPackages)
|
inherit (buildPackages)
|
||||||
makeWrapper;
|
makeWrapper;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
lib hostPlatform targetPlatform
|
lib stdenv
|
||||||
runCommand wrapBintoolsWith wrapCCWith;
|
runCommand wrapBintoolsWith wrapCCWith;
|
||||||
# buildPackages.foo rather than buildPackages.buildPackages.foo would work,
|
# buildPackages.foo rather than buildPackages.buildPackages.foo would work,
|
||||||
# but for splicing messing up on infinite recursion for the variants we
|
# but for splicing messing up on infinite recursion for the variants we
|
||||||
@ -297,7 +297,7 @@ rec {
|
|||||||
inherit (buildPackages)
|
inherit (buildPackages)
|
||||||
makeWrapper;
|
makeWrapper;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
lib hostPlatform targetPlatform
|
lib stdenv
|
||||||
runCommand wrapBintoolsWith wrapCCWith;
|
runCommand wrapBintoolsWith wrapCCWith;
|
||||||
# buildPackages.foo rather than buildPackages.buildPackages.foo would work,
|
# buildPackages.foo rather than buildPackages.buildPackages.foo would work,
|
||||||
# but for splicing messing up on infinite recursion for the variants we
|
# but for splicing messing up on infinite recursion for the variants we
|
||||||
|
Loading…
x
Reference in New Issue
Block a user