Make xcode version configurable

This commit is contained in:
Sander van der Burg 2013-03-12 17:23:03 +01:00
parent 4684a47989
commit 9ec69c077e

View File

@ -1,8 +1,5 @@
{stdenv}:
{stdenv, version ? "4.6"}:
let
version = "4.5.2";
in
stdenv.mkDerivation {
name = "xcode-wrapper-"+version;
buildCommand = ''