ocamlPackages.io-page: use Dune 2

This commit is contained in:
Vincent Laporte
2020-11-26 06:55:12 +01:00
committed by Vincent Laporte
parent 97cdcf3e29
commit e1fe267f09
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@ buildDunePackage rec {
pname = "io-page";
version = "2.3.0";
useDune2 = true;
minimumOCamlVersion = "4.02.3";
src = fetchurl {
@@ -3,7 +3,7 @@
buildDunePackage {
pname = "io-page-unix";
inherit (io-page) version src minimumOCamlVersion;
inherit (io-page) version src useDune2 minimumOCamlVersion;
propagatedBuildInputs = [ cstruct io-page ];
checkInputs = [ ounit ];