ocamlPackages.printbox: disable for OCaml < 4.04

This commit is contained in:
Vincent Laporte 2024-09-27 07:56:39 +02:00 committed by Vincent Laporte
parent c111d396a8
commit 7a7fe52b55

View File

@ -4,9 +4,7 @@ buildDunePackage rec {
pname = "printbox";
version = "0.11";
useDune2 = true;
minimalOCamlVersion = "4.03";
minimalOCamlVersion = "4.04";
src = fetchFromGitHub {
owner = "c-cube";