mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
phpExtensions.rrd: init at 2.0.3
Co-authored-by: Ember Keske <git@n0emis.eu>
This commit is contained in:
parent
ad69bc581b
commit
938bfe28ac
17
pkgs/development/php-packages/rrd/default.nix
Normal file
17
pkgs/development/php-packages/rrd/default.nix
Normal 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;
|
||||
};
|
||||
}
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user