apple-sdk_26-test: set min version to macOS 26

This should continue to behave the same on macOS 26+, but on earlier
versions it should simply crash with missing symbol errors
This commit is contained in:
Sam
2025-10-23 12:19:01 -07:00
parent e2734c5d78
commit fbc33babd6
@@ -4,6 +4,7 @@
meson,
ninja,
apple-sdk_26,
darwinMinVersionHook
}:
stdenv.mkDerivation {
@@ -18,6 +19,7 @@ stdenv.mkDerivation {
buildInputs = [
apple-sdk_26
(darwinMinVersionHook "26.0")
];
meta.mainProgram = "apple-sdk_26-test";