summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/mirage-nat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-nat/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/mirage-nat/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-nat/default.nix b/pkgs/development/ocaml-modules/mirage-nat/default.nix
index 5edf8a347ad0..b04c0bb4a7c9 100644
--- a/pkgs/development/ocaml-modules/mirage-nat/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-nat/default.nix
@@ -2,7 +2,7 @@
, ipaddr, cstruct, lwt, rresult, logs, lru
, tcpip, ethernet, stdlib-shims
, alcotest, mirage-clock-unix
-, ppx_deriving
+, ppxlib, ppx_deriving
}:
buildDunePackage rec {
@@ -19,8 +19,8 @@ buildDunePackage rec {
sha256 = "0cy95j184hi8fm1h6z6x1brjfrmbq3zjy2mqz99m8ys9vwkb63ma";
};
- nativeBuildInputs = [
- ppx_deriving
+ buildInputs = [
+ ppxlib
];
propagatedBuildInputs = [
@@ -33,6 +33,7 @@ buildDunePackage rec {
tcpip
ethernet
stdlib-shims
+ ppx_deriving
];
doCheck = true;