switchaudio-osx: remove unnecessary xcodebuild dep (#509180)

This commit is contained in:
Stanisław Pitucha
2026-04-12 06:45:16 +00:00
committed by GitHub
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
xcodebuild,
xcbuildHook,
}:
@@ -17,8 +16,6 @@ stdenv.mkDerivation rec {
hash = "sha256-AZJn5kHK/al94ONfIHcG+W0jyMfgdJkIngN+PVj+I44=";
};
buildInputs = [ xcodebuild ];
nativeBuildInputs = [ xcbuildHook ];
patches = [