From b494b389564220613750a2cb197174639bc9df3c Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 2 Jan 2022 14:56:43 +0100 Subject: [PATCH] flake: update for Xcode 13.2 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 80a90a0..4862e06 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ acextract = with import nixpkgs { system = "x86_64-darwin"; }; let xcode = makeSetupHook { - deps = [ (xcodeenv.composeXcodeWrapper { version = "13.1"; }) ]; + deps = [ (xcodeenv.composeXcodeWrapper { version = "13.2"; }) ]; } "${xcbuildHook}/nix-support/setup-hook"; in stdenv.mkDerivation { name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}"; @@ -89,7 +89,7 @@ stdenv.mkDerivation { name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}"; src = snap-util; - nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.1"; }) ]; + nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.2"; }) ]; preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'"; installPhase = '' mkdir -p $out/bin