summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-21 13:05:56 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-21 13:05:56 +0100
commit942e6fd471968470b5ca0fabc95681033e4552b6 (patch)
tree98b4631a3cfb707f31a79d934b2d0db487c5b4b0
parent48774c43cd70ceb5b64b60bb783e8b39cdee5142 (diff)
downloadnixpkgs-942e6fd471968470b5ca0fabc95681033e4552b6.tar
nixpkgs-942e6fd471968470b5ca0fabc95681033e4552b6.tar.gz
nixpkgs-942e6fd471968470b5ca0fabc95681033e4552b6.tar.bz2
nixpkgs-942e6fd471968470b5ca0fabc95681033e4552b6.tar.lz
nixpkgs-942e6fd471968470b5ca0fabc95681033e4552b6.tar.xz
nixpkgs-942e6fd471968470b5ca0fabc95681033e4552b6.tar.zst
nixpkgs-942e6fd471968470b5ca0fabc95681033e4552b6.zip
ocamlPackages.sedlex: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/sedlex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/sedlex/default.nix b/pkgs/development/ocaml-modules/sedlex/default.nix
index 27756fdcd26..0ce962417ed 100644
--- a/pkgs/development/ocaml-modules/sedlex/default.nix
+++ b/pkgs/development/ocaml-modules/sedlex/default.nix
@@ -47,6 +47,7 @@ buildDunePackage rec {
   inherit (param) version;
 
   minimalOCamlVersion = "4.08";
+  duneVersion = "3";
 
   src = fetchFromGitHub {
     owner = "ocaml-community";