Commit 938bfe28 authored by Jennifer Graul's avatar Jennifer Graul Committed by Yureka
Browse files

phpExtensions.rrd: init at 2.0.3



Co-authored-by: default avatarEmber Keske <git@n0emis.eu>
parent ad69bc58
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
{ 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;
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -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 {