about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mrmime
diff options
context:
space:
mode:
authorAntonio Nuno Monteiro <anmonteiro@gmail.com>2021-11-08 09:59:05 -0800
committerAntonio Nuno Monteiro <anmonteiro@gmail.com>2021-11-08 09:59:05 -0800
commit7e507c5fa8d7c7ad258f5c9a90c80d52b7046ea0 (patch)
tree72721bf64dcaea3641dd93a4b1486981a91d0874 /pkgs/development/ocaml-modules/mrmime
parentceebd60ceffb15ef995d032b06c37f1b9daf7fd7 (diff)
fix buildinputs for mrmime
Diffstat (limited to 'pkgs/development/ocaml-modules/mrmime')
-rw-r--r--pkgs/development/ocaml-modules/mrmime/default.nix15
1 files changed, 6 insertions, 9 deletions
diff --git a/pkgs/development/ocaml-modules/mrmime/default.nix b/pkgs/development/ocaml-modules/mrmime/default.nix
index 6d3663509bc1a..a5c2a68ee47b0 100644
--- a/pkgs/development/ocaml-modules/mrmime/default.nix
+++ b/pkgs/development/ocaml-modules/mrmime/default.nix
@@ -36,15 +36,6 @@ buildDunePackage rec {
 
   useDune2 = true;
 
-  buildInputs = [
-    afl-persistent
-    bigarray-compat
-    bigarray-overlap
-    bigstringaf
-    fpath
-    mirage-crypto-rng
-  ];
-
   propagatedBuildInputs = [
     angstrom
     base64
@@ -59,6 +50,12 @@ buildDunePackage rec {
     rresult
     unstrctrd
     uutf
+    afl-persistent
+    bigarray-compat
+    bigarray-overlap
+    bigstringaf
+    fpath
+    mirage-crypto-rng
   ];
 
   checkInputs = [