fix buildinputs for mrmime

This commit is contained in:
Antonio Nuno Monteiro 2021-11-08 09:59:05 -08:00
parent ceebd60cef
commit 7e507c5fa8

View file

@ -36,15 +36,6 @@ buildDunePackage rec {
useDune2 = true; useDune2 = true;
buildInputs = [
afl-persistent
bigarray-compat
bigarray-overlap
bigstringaf
fpath
mirage-crypto-rng
];
propagatedBuildInputs = [ propagatedBuildInputs = [
angstrom angstrom
base64 base64
@ -59,6 +50,12 @@ buildDunePackage rec {
rresult rresult
unstrctrd unstrctrd
uutf uutf
afl-persistent
bigarray-compat
bigarray-overlap
bigstringaf
fpath
mirage-crypto-rng
]; ];
checkInputs = [ checkInputs = [