fix buildinputs for mrmime
This commit is contained in:
parent
ceebd60cef
commit
7e507c5fa8
@ -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…
Reference in New Issue
Block a user