mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ocamlPackages.yuscii: fix tests on macOS
This commit is contained in:
parent
07d3557fa5
commit
c5eef209f2
@ -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