Make xcode detection a bit more robust and configurable

This commit is contained in:
Sander van der Burg
2013-12-24 14:34:56 +01:00
parent 94536ea09f
commit 2f624cd1fa
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
{stdenv}:
{stdenv, version ? "5.0"}:
rec {
xcodewrapper = import ./xcodewrapper.nix {
inherit stdenv;
inherit stdenv version;
};
buildApp = import ./build-app.nix {