summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/genspio
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 06:07:22 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 16:25:00 +0200
commit96b1353d1034f15e29d05b5b5b747a9ac56220ad (patch)
treecf250656524c02bd05010b54d3a3b7233923cb27 /pkgs/development/ocaml-modules/genspio
parent787847ac76c3da0f8477643c9d458f1daf176761 (diff)
downloadnixpkgs-96b1353d1034f15e29d05b5b5b747a9ac56220ad.tar
nixpkgs-96b1353d1034f15e29d05b5b5b747a9ac56220ad.tar.gz
nixpkgs-96b1353d1034f15e29d05b5b5b747a9ac56220ad.tar.bz2
nixpkgs-96b1353d1034f15e29d05b5b5b747a9ac56220ad.tar.lz
nixpkgs-96b1353d1034f15e29d05b5b5b747a9ac56220ad.tar.xz
nixpkgs-96b1353d1034f15e29d05b5b5b747a9ac56220ad.tar.zst
nixpkgs-96b1353d1034f15e29d05b5b5b747a9ac56220ad.zip
ocamlPackages.genspio: use Dune 3
Diffstat (limited to 'pkgs/development/ocaml-modules/genspio')
-rw-r--r--pkgs/development/ocaml-modules/genspio/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/genspio/default.nix b/pkgs/development/ocaml-modules/genspio/default.nix
index 44742cba04a..14537c24c8b 100644
--- a/pkgs/development/ocaml-modules/genspio/default.nix
+++ b/pkgs/development/ocaml-modules/genspio/default.nix
@@ -6,6 +6,8 @@ buildDunePackage rec {
   pname = "genspio";
   version = "0.0.3";
 
+  duneVersion = "3";
+
   src = fetchFromGitHub {
     owner = "hammerlab";
     repo = pname;