Skip to content

Commit

Permalink
phpExtensions.rrd: init at 2.0.3
Browse files Browse the repository at this point in the history
Co-authored-by: Ember Keske <git@n0emis.eu>
  • Loading branch information
2 people authored and yu-re-ka committed Sep 25, 2023
1 parent ad69bc5 commit 938bfe2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/development/php-packages/rrd/default.nix
Original file line number Diff line number Diff line change
@@ -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;
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 938bfe2

Please sign in to comment.