libfyaml: enable tests

This commit is contained in:
Robert Schütz 2021-04-03 11:12:50 +02:00
parent 22d8831f7a
commit 76f9ddf470

View file

@ -13,6 +13,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkg-config ];
doCheck = true;
preCheck = ''
patchShebangs test
'';
meta = with lib; {
homepage = "https://github.com/pantoniou/libfyaml";
description = "Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite";