phpExtensions.rrd: init at 2.0.3

Co-authored-by: Ember Keske <git@n0emis.eu>
This commit is contained in:
Jennifer Graul 2023-09-25 13:03:43 +02:00 committed by Yureka
parent ad69bc581b
commit 938bfe28ac
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{ buildPecl, lib, pkg-config, rrdtool }:
buildPecl {
pname = "rrd";
version = "2.0.3";
hash = "sha256-pCFh5YzcioU7cs/ymJidy96CsPdkVt1ZzgKFTJK3MPc=";
nativeBuildInputs = [ pkg-config rrdtool ];
meta = {
description = "PHP bindings to RRD tool system";
license = lib.licenses.bsd0;
homepage = "https://github.com/php/pecl-processing-rrd";
maintainers = lib.teams.wdz.members;
};
}

View file

@ -312,6 +312,8 @@ lib.makeScope pkgs.newScope (self: with self; {
relay = callPackage ../development/php-packages/relay { inherit php; };
rrd = callPackage ../development/php-packages/rrd { };
smbclient = callPackage ../development/php-packages/smbclient { };
snuffleupagus = callPackage ../development/php-packages/snuffleupagus {