From 7979b4c793ab5b93d5910ed877dde3ac731cb8be Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 5 Apr 2023 06:17:30 +0200 Subject: [PATCH] ocamlPackages.stringext: use Dune 3 --- pkgs/development/ocaml-modules/stringext/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/stringext/default.nix b/pkgs/development/ocaml-modules/stringext/default.nix index 3d440cf4895..32d801f971f 100644 --- a/pkgs/development/ocaml-modules/stringext/default.nix +++ b/pkgs/development/ocaml-modules/stringext/default.nix @@ -8,7 +8,7 @@ let version = "1.6.0"; in buildDunePackage { pname = "stringext"; version = version; - useDune2 = true; + duneVersion = "3"; src = fetchurl { url = "https://github.com/rgrinberg/stringext/releases/download/${version}/stringext-${version}.tbz"; sha256 = "1sh6nafi3i9773j5mlwwz3kxfzdjzsfqj2qibxhigawy5vazahfv";