Unverified Commit 42079d5b authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

cdxgen: remove unnecessasry xcbuild (#502986)

parents ab718914 12a6b362
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  pnpmConfigHook,
  python3,
  stdenv,
  xcbuild,
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "cdxgen";
@@ -32,7 +31,6 @@ stdenv.mkDerivation (finalAttrs: {
    python3 # required for sqlite3 bindings
  ]
  ++ lib.optional stdenv.hostPlatform.isDarwin [
    xcbuild
    cctools.libtool
  ];