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 { alcotest
, buildDunePackage , buildDunePackage
, fetchzip , fetchzip
, gcc
, fmt , fmt
, lib , lib
, uutf , uutf
@ -18,6 +19,7 @@ buildDunePackage rec {
useDune2 = true; useDune2 = true;
checkInputs = [ checkInputs = [
gcc
alcotest alcotest
fmt fmt
uutf uutf