10 stdenvNoCC.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-RwKVANFlFWKgMBwlLmX0P4PR+eTN3uz//kMdJ8dLZuU=";
21 nativeBuildInputs = [ makeWrapper ];
25 cp -ra application bin etc library modules public $out
28 wrapProgram $out/bin/icingacli --prefix PATH : "${lib.makeBinPath [ php ]}"
31 passthru.tests = { inherit (nixosTests) icingaweb2; };
34 description = "Webinterface for Icinga 2";
36 A lightweight and extensible web interface to keep an eye on your environment.
37 Analyse problems and act on them.
39 homepage = "https://www.icinga.com/products/icinga-web-2/";
40 license = licenses.gpl2Only;
41 maintainers = teams.helsinki-systems.members;
42 mainProgram = "icingacli";
43 platforms = platforms.all;