6 stdenv.mkDerivation rec {
7 pname = "icingaweb2-theme-particles";
10 src = fetchFromGitHub {
14 sha256 = "0m6bbz191686k4djqbk8v0zcdm4cyi159jb3zwz7q295xbpi2vfy";
23 description = "This theme adds a nice particle effect to the login screen of Icingaweb 2";
24 homepage = "https://github.com/Mikesch-mp/icingaweb2-theme-particles";
25 license = licenses.publicDomain;
26 platforms = platforms.all;
27 maintainers = with maintainers; [ das_j ];