7 stdenv.mkDerivation rec {
8 pname = "icingaweb2-theme-unicorn";
16 sha256 = "1qmcajdf0g70vp2avqa50lfrfigq22k91kggbgn5ablwyg9dki05";
19 url = "http://i.imgur.com/SCfMd.png";
20 sha256 = "1y6wqm1z6mn0a6jankd7pzqgi7zm5320kk6knvbv3qhzx2b74ypp";
40 chmod 755 $out/public/img
41 cp unicorn.png "$out/public/img/unicorn.png"
45 description = "Unicorn theme for IcingaWeb 2";
46 homepage = "https://github.com/Mikesch-mp/icingaweb2-theme-unicorn";
47 license = licenses.publicDomain;
48 platforms = platforms.all;
49 maintainers = with maintainers; [ das_j ];