8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-9571d3k8RkzEpMWPuIejZ7njLmYstSwFUaSqT3sk6uQ=";
32 description = "Fast and lightweight HTML/CSS rendering engine";
33 homepage = "http://www.litehtml.com/";
34 license = licenses.bsd3;
35 platforms = platforms.all;
36 maintainers = with maintainers; [ fgaz ];