ocamlPackages.yuscii: fix tests on macOS

This commit is contained in:
Antonio Nuno Monteiro 2021-11-09 23:16:02 -08:00
parent 07d3557fa5
commit c5eef209f2

View file

@ -1,6 +1,7 @@
{ alcotest
, buildDunePackage
, fetchzip
, gcc
, fmt
, lib
, uutf
@ -18,6 +19,7 @@ buildDunePackage rec {
useDune2 = true;
checkInputs = [
gcc
alcotest
fmt
uutf