flake: update for Xcode 14.2

This commit is contained in:
Michael Roitzsch
2022-12-26 10:02:28 +01:00
parent 72af1896ec
commit 05eed46555
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -27,7 +27,7 @@
acextract =
with import nixpkgs { system = "x86_64-darwin"; };
let xcode = makeSetupHook {
deps = [ (xcodeenv.composeXcodeWrapper { version = "14.1"; }) ];
deps = [ (xcodeenv.composeXcodeWrapper { version = "14.2"; }) ];
} "${xcbuildHook}/nix-support/setup-hook";
in stdenv.mkDerivation {
name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}";
@@ -88,7 +88,7 @@
stdenv.mkDerivation {
name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}";
src = snap-util;
nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "14.1"; }) ];
nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "14.2"; }) ];
preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'";
installPhase = ''
mkdir -p $out/bin