1 { stdenvNoCC, lib, fetchFromGitHub, nixosTests }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "icingaweb2-thirdparty";
7 src = fetchFromGitHub {
9 repo = "icinga-php-thirdparty";
11 sha256 = "sha256-T67DcsHVf3yDQveNtSPqLoOOPuT4ThkUSCJ9aCSVaIc=";
19 passthru.tests = { inherit (nixosTests) icingaweb2; };
22 description = "Third party dependencies for Icingaweb 2";
23 homepage = "https://github.com/Icinga/icinga-php-thirdparty";
24 license = lib.licenses.mit;
25 platforms = lib.platforms.all;
26 maintainers = with lib.maintainers; [ das_j ];