mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ocamlPackages.mirage-flow: use Dune 2
This commit is contained in:
parent
1f7c5f009c
commit
6012e6dc0e
3 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
buildDunePackage {
|
||||
pname = "mirage-flow-combinators";
|
||||
|
||||
inherit (mirage-flow) version src;
|
||||
inherit (mirage-flow) version useDune2 src;
|
||||
|
||||
propagatedBuildInputs = [ ocaml_lwt logs cstruct mirage-clock mirage-flow ];
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ buildDunePackage rec {
|
|||
pname = "mirage-flow";
|
||||
version = "2.0.1";
|
||||
|
||||
useDune2 = true;
|
||||
minimumOCamlVersion = "4.05";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
buildDunePackage {
|
||||
pname = "mirage-flow-unix";
|
||||
|
||||
inherit (mirage-flow) version src;
|
||||
inherit (mirage-flow) version useDune2 src;
|
||||
|
||||
propagatedBuildInputs = [ fmt logs mirage-flow ocaml_lwt cstruct ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue