Unverified Commit 2380c3d0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #214891 from vbgl/ocaml-uuuu-needs-re

ocamlPackages.uuuu: fix tests
parents ef3b9f5d faf43fdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ buildDunePackage rec {
    sha256 = "1gzp3fbk8qd207cm25dgj9kj7b44ldqpjs63pl6xqvi9hx60m3ij";
  };

  useDune2 = true;
  duneVersion = "3";

  propagatedBuildInputs = [
    coin
+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";