at 23.11-beta 17 lines 411 B view raw
1{ buildPecl, lib, pkg-config, rrdtool }: 2 3buildPecl { 4 pname = "rrd"; 5 6 version = "2.0.3"; 7 hash = "sha256-pCFh5YzcioU7cs/ymJidy96CsPdkVt1ZzgKFTJK3MPc="; 8 9 nativeBuildInputs = [ pkg-config rrdtool ]; 10 11 meta = { 12 description = "PHP bindings to RRD tool system"; 13 license = lib.licenses.bsd0; 14 homepage = "https://github.com/php/pecl-processing-rrd"; 15 maintainers = lib.teams.wdz.members; 16 }; 17}