ocamlPackages.zmq: use Dune 2
This commit is contained in:
committed by
Vincent Laporte
parent
69dd7d2068
commit
bc85b5b992
@@ -2,7 +2,7 @@
|
||||
|
||||
buildDunePackage {
|
||||
pname = "zmq-lwt";
|
||||
inherit (zmq) version src meta;
|
||||
inherit (zmq) version src useDune2 meta;
|
||||
|
||||
propagatedBuildInputs = [ zmq ocaml_lwt ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user