ocamlPackages.yuscii: fix tests on macOS

main
Antonio Nuno Monteiro 3 years ago
parent 07d3557fa5
commit c5eef209f2
  1. 2
      pkgs/development/ocaml-modules/yuscii/default.nix

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

Loading…
Cancel
Save