10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-Id5pdFzjA9q67okfESO3LZH8jIz93mVgIEEuBbPjuGI=";
33 configureFlags = [ "--disable-network" ];
41 passthru.tests.pkg-config = testers.hasPkgConfigModules {
42 package = finalAttrs.finalPackage;
46 description = "Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite";
47 homepage = "https://github.com/pantoniou/libfyaml";
48 changelog = "https://github.com/pantoniou/libfyaml/releases/tag/v${finalAttrs.version}";
49 license = licenses.mit;
51 pkgConfigModules = [ "libfyaml" ];
52 platforms = platforms.all;