Unverified Commit faf43fdb authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.uuuu: fix tests

parent d1939fbe
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";