ocamlPackages.cpuid: use Dune 2

This commit is contained in:
Vincent Laporte
2021-03-28 22:22:34 +02:00
parent f0c01da492
commit 768bbabf0c

View File

@@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "cpuid";
version = "0.1.2";
useDune2 = true;
minimumOCamlVersion = "4.03";
src = fetchurl {