titaniumenv: fix broken function header

This commit is contained in:
Sander van der Burg 2019-02-04 23:07:04 +01:00
parent 5c7edec7a3
commit 7a8b65d216

View File

@ -1,14 +1,6 @@
{pkgs, pkgs_i686, tiVersion ? "7.1.0.GA"}:
{pkgs, pkgs_i686, androidenv, xcodeenv, tiVersion ? "7.1.0.GA"}:
rec {
androidenv = import ../../nix-androidenvtests/androidenv {
inherit pkgs pkgs_i686;
};
xcodeenv = import ../../nix-xcodeenvtests/xcodeenv {
inherit (pkgs) stdenv;
};
titaniumsdk = let
titaniumSdkFile = if tiVersion == "7.1.0.GA" then ./titaniumsdk-7.1.nix
else if tiVersion == "7.5.1.GA" then ./titaniumsdk-7.5.nix