6 stdenv.mkDerivation rec {
7 pname = "icingaweb2-theme-snow";
10 src = fetchFromGitHub {
14 sha256 = "1c974v85mbsis52y2knwzh33996q8sza7pqrcs6ydx033s0rxjrp";
18 # Module info contains some fancy ascii art which breaks the module list
20 awk -i inplace 'BEGIN {empty=0;write=1;}{if ($0 == ""){empty++;};if(empty==2){write=0};if (write==1){print $0}}' module.info
29 description = "Snow theme for Icingaweb 2";
30 homepage = "https://github.com/Mikesch-mp/icingaweb2-theme-snow";
31 license = licenses.publicDomain;
32 platforms = platforms.all;
33 maintainers = with maintainers; [ das_j ];