ocamlPackages.wtf8: use Dune 2

This commit is contained in:
Vincent Laporte 2021-03-28 20:52:45 +02:00
parent 9d47c33ee0
commit 43846a5834
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "wtf8";
version = "1.0.2";
useDune2 = true;
minimumOCamlVersion = "4.02";
src = fetchurl {