Make xcode version configurable
This commit is contained in:
parent
4684a47989
commit
9ec69c077e
@ -1,8 +1,5 @@
|
||||
{stdenv}:
|
||||
{stdenv, version ? "4.6"}:
|
||||
|
||||
let
|
||||
version = "4.5.2";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "xcode-wrapper-"+version;
|
||||
buildCommand = ''
|
||||
|
Loading…
Reference in New Issue
Block a user