android_prebuilt: Fix eval

This commit is contained in:
s1341
2021-03-04 18:17:39 +00:00
committed by John Ericson
parent 739381f0c1
commit aee60bef7a
3 changed files with 8 additions and 3 deletions
@@ -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"