apple-sdk_26-test: fix by using apple-sdk_26

This should now build in nixpkgs, with the same behavior as when using
the Xcode toolchain.
This commit is contained in:
Sam
2025-10-23 12:18:56 -07:00
parent 23c079624b
commit e2734c5d78
@@ -3,6 +3,7 @@
stdenv,
meson,
ninja,
apple-sdk_26,
}:
stdenv.mkDerivation {
@@ -15,5 +16,9 @@ stdenv.mkDerivation {
ninja
];
buildInputs = [
apple-sdk_26
];
meta.mainProgram = "apple-sdk_26-test";
}