1 { lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-gmVjiwf8PsDYRt8jmXNrd+hJSL099hbLjq8Z0c1u2HE=";
14 nativeBuildInputs = [ autoreconfHook pkg-config ];
23 homepage = "https://github.com/pantoniou/libfyaml";
24 description = "Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite";
25 license = licenses.mit;
26 maintainers = [ maintainers.marsam ];
27 platforms = platforms.all;