about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/arp
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-02-28 05:48:57 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2023-03-07 08:37:31 +0100
commit9550348c1aea20ecf2a10a4d725bc5c30c8452e3 (patch)
tree65db218c3ca0b7e72b753e798785eb5bfc6c7b60 /pkgs/development/ocaml-modules/arp
parentff951cd1c2fc8e639814b88ba2a2d9358916b03d (diff)
ocamlPackages.{arp,ethernet,tcpip}: some cleaning
Diffstat (limited to 'pkgs/development/ocaml-modules/arp')
-rw-r--r--pkgs/development/ocaml-modules/arp/default.nix27
1 files changed, 20 insertions, 7 deletions
diff --git a/pkgs/development/ocaml-modules/arp/default.nix b/pkgs/development/ocaml-modules/arp/default.nix
index 4c98f5b377bc2..63c1e090662cb 100644
--- a/pkgs/development/ocaml-modules/arp/default.nix
+++ b/pkgs/development/ocaml-modules/arp/default.nix
@@ -1,8 +1,22 @@
-{ lib, buildDunePackage, fetchurl
-, cstruct, ipaddr, macaddr, logs, lwt, duration
-, mirage-time, mirage-protocols, mirage-profile
-, alcotest, ethernet, fmt, mirage-vnetif, mirage-random
-, mirage-random-test, mirage-clock-unix, mirage-time-unix
+{ lib
+, buildDunePackage
+, fetchurl
+, cstruct
+, duration
+, ethernet
+, ipaddr
+, logs
+, lwt
+, macaddr
+, mirage-profile
+, mirage-time
+, alcotest
+, mirage-clock-unix
+, mirage-flow
+, mirage-random
+, mirage-random-test
+, mirage-time-unix
+, mirage-vnetif
 , bisect_ppx
 }:
 
@@ -31,7 +45,6 @@ buildDunePackage rec {
     lwt
     macaddr
     mirage-profile
-    mirage-protocols
     mirage-time
   ];
 
@@ -39,7 +52,7 @@ buildDunePackage rec {
   checkInputs = [
     alcotest
     mirage-clock-unix
-    mirage-profile
+    mirage-flow
     mirage-random
     mirage-random-test
     mirage-time-unix