php81Extensions.vld: mark broken; php8{1-4}Extensions.vld: update script use version branch (#372742)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
lib,
|
||||
buildPecl,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
php,
|
||||
}:
|
||||
|
||||
buildPecl {
|
||||
@@ -18,10 +20,13 @@ buildPecl {
|
||||
# Tests relies on PHP 7.0
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
|
||||
meta = {
|
||||
description = "Vulcan Logic Dumper hooks into the Zend Engine and dumps all the opcodes (execution units) of a script";
|
||||
homepage = "https://github.com/derickr/vld";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ gaelreyrol ];
|
||||
broken = lib.versionOlder php.version "8.2";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user