1 { stdenvNoCC, lib, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "icingaweb2-ipl";
7 src = fetchFromGitHub {
9 repo = "icinga-php-library";
11 hash = "sha256-b0y3EKcYWt3cH79HvHnpiHt18ZbRf9lEsfKTZO0dHME=";
20 description = "PHP library package for Icingaweb 2";
21 homepage = "https://github.com/Icinga/icinga-php-library";
22 license = lib.licenses.mit;
23 platforms = lib.platforms.all;
24 maintainers = with lib.maintainers; [ das_j ];