about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uuuu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/uuuu/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/uuuu/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/uuuu/default.nix b/pkgs/development/ocaml-modules/uuuu/default.nix
index 4473cd8217c0a..ed38329ae22b6 100644
--- a/pkgs/development/ocaml-modules/uuuu/default.nix
+++ b/pkgs/development/ocaml-modules/uuuu/default.nix
@@ -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";