1 { lib, stdenv, fetchFromGitHub, autoconf, automake, libtool }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0xslckwdh2i0g2qjsb6rnm8mjmbagvziz0hjlf7d1lbljfms1iw1";
15 nativeBuildInputs = [ autoconf automake libtool ];
17 preConfigure = "./autogen.sh";
20 description = "C99 HTML parsing algorithm";
21 homepage = "https://github.com/google/gumbo-parser";
22 maintainers = [ maintainers.nico202 ];
23 platforms = with platforms; linux ++ darwin;
24 license = licenses.asl20;