android_prebuilt: Fix eval

This commit is contained in:
s1341
2021-02-10 20:38:17 +02:00
committed by John Ericson
parent 739381f0c1
commit aee60bef7a
3 changed files with 8 additions and 3 deletions

View File

@@ -24,7 +24,8 @@
}:
let
inherit (pkgs) stdenv lib fetchurl makeWrapper unzip;
inherit (pkgs) stdenv lib fetchurl;
inherit (pkgs.buildPackages) makeWrapper unzip;
# Determine the Android os identifier from Nix's system identifier
os = if stdenv.system == "x86_64-linux" then "linux"