vapoursynth: require macOS 13.3 (#452938)

This commit is contained in:
Michele Guerini Rocco
2025-10-26 12:35:35 +00:00
committed by GitHub
+4
View File
@@ -13,6 +13,7 @@
libass,
python3,
testers,
darwinMinVersionHook,
}:
stdenv.mkDerivation rec {
@@ -40,6 +41,9 @@ stdenv.mkDerivation rec {
cython
]
))
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
(darwinMinVersionHook "13.3")
];
enableParallelBuilding = true;