ocamlPackages.uuuu: fix tests

This commit is contained in:
Vincent Laporte
2023-02-06 08:44:15 +01:00
parent d1939fbea1
commit faf43fdbb3
@@ -25,9 +25,11 @@ buildDunePackage rec {
buildInputs = [ angstrom ];
nativeCheckInputs = [ re ];
checkInputs = [ re ];
doCheck = true;
duneVersion = "3";
meta = {
description = "A library to normalize an ISO-8859 input to Unicode code-point";
homepage = "https://github.com/mirage/uuuu";