ocamlPackages.mustache: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-17 06:14:54 +01:00 committed by Vincent Laporte
parent 7981230822
commit 88365c995a

View file

@ -3,7 +3,7 @@
buildDunePackage rec {
pname = "mustache";
version = "3.1.0";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "rgrinberg";
repo = "ocaml-mustache";