2020-10-16 20:44:37 +00:00
|
|
|
{ buildPecl, lib }:
|
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "xdebug";
|
|
|
|
|
2021-12-19 01:06:50 +00:00
|
|
|
version = "3.1.2";
|
|
|
|
sha256 = "sha256-CD9r4RAN95zL3wSdr8OTC6s18OuA+bGawa2E+md5zPM=";
|
2020-10-16 20:44:37 +00:00
|
|
|
|
|
|
|
doCheck = true;
|
|
|
|
checkTarget = "test";
|
|
|
|
|
|
|
|
zendExtension = true;
|
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
meta = with lib; {
|
|
|
|
description = "Provides functions for function traces and profiling";
|
|
|
|
license = licenses.php301;
|
|
|
|
homepage = "https://xdebug.org/";
|
|
|
|
maintainers = teams.php.members;
|
|
|
|
};
|
2020-10-16 20:44:37 +00:00
|
|
|
}
|