mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ocamlPackages.uuuu: fix tests
This commit is contained in:
parent
d1939fbea1
commit
faf43fdbb3
@ -25,9 +25,11 @@ buildDunePackage rec {
|
|||||||
|
|
||||||
buildInputs = [ angstrom ];
|
buildInputs = [ angstrom ];
|
||||||
|
|
||||||
nativeCheckInputs = [ re ];
|
checkInputs = [ re ];
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
duneVersion = "3";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A library to normalize an ISO-8859 input to Unicode code-point";
|
description = "A library to normalize an ISO-8859 input to Unicode code-point";
|
||||||
homepage = "https://github.com/mirage/uuuu";
|
homepage = "https://github.com/mirage/uuuu";
|
||||||
|
Loading…
Reference in New Issue
Block a user