Skip to content

Commit

Permalink
ocamlPackages.mustache: use Dune 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 22, 2023
1 parent 7981230 commit 88365c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/mustache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildDunePackage rec {
pname = "mustache";
version = "3.1.0";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "rgrinberg";
repo = "ocaml-mustache";
Expand Down

0 comments on commit 88365c9

Please sign in to comment.