mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
ocamlPackages.uuuu: fix tests
This commit is contained in:
parent
d1939fbea1
commit
faf43fdbb3
@ -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