php81Extensions.vld: mark broken

This commit is contained in:
Piotr Kwiecinski
2025-01-10 21:32:06 +01:00
parent 85795c79e9
commit 57f180a70d
@@ -2,6 +2,7 @@
lib,
buildPecl,
fetchFromGitHub,
php,
}:
buildPecl {
@@ -23,5 +24,6 @@ buildPecl {
homepage = "https://github.com/derickr/vld";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ gaelreyrol ];
broken = lib.versionOlder php.version "8.2";
};
}