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

ocamlPackages.uuuu: fix tests
This commit is contained in:
Nick Cao 2023-02-06 19:12:59 +08:00 committed by GitHub
commit 2380c3d052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@ buildDunePackage rec {
sha256 = "1gzp3fbk8qd207cm25dgj9kj7b44ldqpjs63pl6xqvi9hx60m3ij";
};
useDune2 = true;
duneVersion = "3";
propagatedBuildInputs = [
coin

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