ocamlPackages.uuuu: fix tests

This commit is contained in:
Vincent Laporte 2023-02-06 07:50:46 +01:00
parent d1939fbea1
commit faf43fdbb3
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -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";