From cfd54c9d8ce8a0ccc0234dc7f7ad2006e69273b3 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 28 Apr 2021 10:52:32 +0200 Subject: [PATCH] flake: update to Xcode 12.5 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 62c4882..9d10018 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ acextract = with import nixpkgs { system = "x86_64-darwin"; }; let xcode12 = makeSetupHook { - deps = [ (xcodeenv.composeXcodeWrapper { version = "12.4"; }) ]; + deps = [ (xcodeenv.composeXcodeWrapper { version = "12.5"; }) ]; } "${xcbuildHook}/nix-support/setup-hook"; in stdenv.mkDerivation { name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}"; @@ -62,7 +62,7 @@ stdenv.mkDerivation { name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}"; src = snap-util; - nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "12.4"; }) ]; + nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "12.5"; }) ]; preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'"; installPhase = '' mkdir -p $out/bin