From 16e6736322c644f5b4c537eb9b8dcc57281abcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Sun, 12 Apr 2026 15:17:20 +1000 Subject: [PATCH] switchaudio-osx: remove unnecessary xcodebuild dep --- pkgs/by-name/sw/switchaudio-osx/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/sw/switchaudio-osx/package.nix b/pkgs/by-name/sw/switchaudio-osx/package.nix index e359da554d7b..bc19ec897783 100644 --- a/pkgs/by-name/sw/switchaudio-osx/package.nix +++ b/pkgs/by-name/sw/switchaudio-osx/package.nix @@ -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 = [