cdxgen: remove unnecessasry xcbuild (#502986)

This commit is contained in:
Michael Daniels
2026-03-30 00:51:29 +00:00
committed by GitHub
-2
View File
@@ -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
];