Merge pull request #145317 from anmonteiro/anmonteiro/fix-yuscii-tests-macos
ocamlPackages.yuscii: fix tests on macOS
This commit is contained in:
commit
55ad138e5c
@ -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…
Reference in New Issue
Block a user