mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
phpExtensions.pcov: drop patch
This commit is contained in:
@@ -17,19 +17,11 @@ buildPecl {
|
||||
owner = "krakjoe";
|
||||
repo = "pcov";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-lyY17Y9chpTO8oeWmDGSh0YSnipYqCuy1qmn9su5Eu8=";
|
||||
hash = "sha256-yz+c1FrjGJAUgnu+azvebqoAN3I/GXLeAlKobNdDiHI=";
|
||||
};
|
||||
|
||||
buildInputs = [ pcre2 ];
|
||||
|
||||
patches = [
|
||||
# Allow building for PHP 8.4
|
||||
(fetchpatch {
|
||||
url = "https://github.com/krakjoe/pcov/commit/7d764c7c2555e8287351961d72be3ebec4d8743f.patch";
|
||||
hash = "sha256-5wIHrrCwUXQpPdUg+3Kwyop5yvOzQQ3qc4pQXU8q2OM=";
|
||||
})
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/krakjoe/pcov/releases/tag/v${version}";
|
||||
description = "Self contained php-code-coverage compatible driver for PHP";
|
||||
|
||||
Reference in New Issue
Block a user