1 { stdenv, lib, fetchFromGitHub
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 hash = "sha256-JIN/cvh9PRl4/K0Z3WZtSCA3casBxyaxNxjXZZdQRWQ=";
16 buildInputs = [ libyaml ];
18 makeFlags = [ "VARIANT=release" "PREFIX=$(out)" ];
21 homepage = "https://github.com/tlsa/libcyaml";
22 description = "C library for reading and writing YAML";
23 changelog = "https://github.com/tlsa/libcyaml/raw/v${version}/CHANGES.md";
24 license = licenses.isc;
25 platforms = platforms.unix;