Merge pull request #145317 from anmonteiro/anmonteiro/fix-yuscii-tests-macos

ocamlPackages.yuscii: fix tests on macOS
This commit is contained in:
Domen Kožar 2021-11-10 02:19:08 -06:00 committed by GitHub
commit 55ad138e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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