Merge pull request #214891 from vbgl/ocaml-uuuu-needs-re
ocamlPackages.uuuu: fix tests
This commit is contained in:
commit
2380c3d052
@ -15,7 +15,7 @@ buildDunePackage rec {
|
||||
sha256 = "1gzp3fbk8qd207cm25dgj9kj7b44ldqpjs63pl6xqvi9hx60m3ij";
|
||||
};
|
||||
|
||||
useDune2 = true;
|
||||
duneVersion = "3";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
coin
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user