15 src = fetchFromGitHub {
16 owner = "NoiseByNorthwest";
19 hash = "sha256-MH/0G9KKmwcVsJKpe6uE1xjvykBEWuYU0DIOGfXiLAw=";
22 configureFlags = [ "--with-zlib-dir=${zlib.dev}" ];
25 substituteInPlace Makefile.frag \
26 --replace '$(INSTALL_ROOT)$(prefix)/share/misc/php-spx/assets/web-ui' '${placeholder "out"}/share/misc/php-spx/assets/web-ui'
30 changelog = "https://github.com/NoiseByNorthwest/php-spx/releases/tag/${version}";
31 description = "Simple & straight-to-the-point PHP profiling extension with its built-in web UI";
32 homepage = "https://github.com/NoiseByNorthwest/php-spx";
33 license = lib.licenses.php301;
34 maintainers = with lib.maintainers; [ drupol ];