From d052951c2237dddc831abc836b579603d3e4aec7 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 5 Nov 2020 21:01:00 +0100 Subject: [PATCH] flake: update for Xcode 12.1 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 351eff4..6c733fd 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ acextract = with import nixpkgs { system = "x86_64-darwin"; }; let xcode12 = makeSetupHook { - deps = [ (xcodeenv.composeXcodeWrapper { version = "12.0"; }) ]; + deps = [ (xcodeenv.composeXcodeWrapper { version = "12.1"; }) ]; } "${xcbuildHook}/nix-support/setup-hook"; in stdenv.mkDerivation { name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}"; @@ -42,7 +42,7 @@ stdenv.mkDerivation { name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}"; src = snap-util; - nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "12.0"; }) ]; + nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "12.1"; }) ]; preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'"; installPhase = '' mkdir -p $out/bin