We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd961f commit 4263071Copy full SHA for 4263071
2 files changed
pkgs/development/ocaml-modules/xtmpl/default.nix
@@ -3,7 +3,7 @@
3
buildDunePackage rec {
4
pname = "xtmpl";
5
version = "0.19.0";
6
- useDune2 = true;
+ duneVersion = "3";
7
src = fetchFromGitLab {
8
domain = "framagit.org";
9
owner = "zoggy";
pkgs/development/ocaml-modules/xtmpl/ppx.nix
@@ -3,8 +3,9 @@
buildDunePackage {
pname = "xtmpl_ppx";
minimalOCamlVersion = "4.11";
- inherit (xtmpl) src version useDune2;
+ inherit (xtmpl) src version;
10
buildInputs = [ ppxlib xtmpl ];
11
0 commit comments