fix buildinputs for mrmime

main
Antonio Nuno Monteiro 3 years ago
parent ceebd60cef
commit 7e507c5fa8
  1. 15
      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 = [

Loading…
Cancel
Save