about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-04-05 06:17:50 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-04-05 08:43:28 +0200
commiteee0652b6b558cec01d7fb1490f4a520f08c246f (patch)
treef5e0ba6570db0eb0244785e3f21caec348fe7626
parent543d53100e992fc6f894b2dc5d06ec65734f3be4 (diff)
downloadnixlib-eee0652b6b558cec01d7fb1490f4a520f08c246f.tar
nixlib-eee0652b6b558cec01d7fb1490f4a520f08c246f.tar.gz
nixlib-eee0652b6b558cec01d7fb1490f4a520f08c246f.tar.bz2
nixlib-eee0652b6b558cec01d7fb1490f4a520f08c246f.tar.lz
nixlib-eee0652b6b558cec01d7fb1490f4a520f08c246f.tar.xz
nixlib-eee0652b6b558cec01d7fb1490f4a520f08c246f.tar.zst
nixlib-eee0652b6b558cec01d7fb1490f4a520f08c246f.zip
ocamlPackages.pratter: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/pratter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/pratter/default.nix b/pkgs/development/ocaml-modules/pratter/default.nix
index a44e815092ca..a2408a267ce3 100644
--- a/pkgs/development/ocaml-modules/pratter/default.nix
+++ b/pkgs/development/ocaml-modules/pratter/default.nix
@@ -12,6 +12,7 @@ buildDunePackage rec {
   pname = "pratter";
 
   minimalOCamlVersion = "4.08";
+  duneVersion = "3";
 
   src = fetchFromGitHub {
     owner = "gabrielhdt";