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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user