From 8b7b181499762246ae80507399eb2a82b7dbbce9 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 13 May 2025 11:51:14 +0200 Subject: [PATCH] flake: move to stdenvNoCC where xcode is used --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6d273b4..6d813b3 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ name = "xcode-hook"; propagatedBuildInputs = [ xcode ]; } "${xcbuildHook}/nix-support/setup-hook"; - in stdenv.mkDerivation { + in stdenvNoCC.mkDerivation { name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}"; src = acextract; nativeBuildInputs = [ xcodeHook ]; @@ -94,7 +94,7 @@ rev = "xnu-6153.141.1"; hash = "sha256-/2aR6n5CbUobwbxkrGqBOAhCZLwDdIsoIOcpALhAUF8="; }; - in stdenv.mkDerivation { + in stdenvNoCC.mkDerivation { name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}"; src = snap-util; nativeBuildInputs = [ xcode ];