Unverified Commit 39dfecd2 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

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

parents 539624fb 16e67363
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 = [