Skip to content

Commit 4263071

Browse files
committed
ocamlPackages.xtmpl: use Dune 3
1 parent afd961f commit 4263071

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pkgs/development/ocaml-modules/xtmpl/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildDunePackage rec {
44
pname = "xtmpl";
55
version = "0.19.0";
6-
useDune2 = true;
6+
duneVersion = "3";
77
src = fetchFromGitLab {
88
domain = "framagit.org";
99
owner = "zoggy";

pkgs/development/ocaml-modules/xtmpl/ppx.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
buildDunePackage {
44
pname = "xtmpl_ppx";
55
minimalOCamlVersion = "4.11";
6+
duneVersion = "3";
67

7-
inherit (xtmpl) src version useDune2;
8+
inherit (xtmpl) src version;
89

910
buildInputs = [ ppxlib xtmpl ];
1011

0 commit comments

Comments
 (0)