ocamlPackages.imagelib: use Dune 2
This commit is contained in:
@@ -4,6 +4,9 @@ buildDunePackage rec {
|
||||
minimumOCamlVersion = "4.07";
|
||||
version = "20191011";
|
||||
pname = "imagelib";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rlepigre";
|
||||
repo = "ocaml-imagelib";
|
||||
|
||||
Reference in New Issue
Block a user