ocamlPackages.patch: require OCaml ≥ 4.03

This commit is contained in:
Vincent Laporte
2025-01-11 10:59:31 +01:00
parent 6df2f2eaae
commit 1e3231c003
@@ -11,6 +11,8 @@ buildDunePackage rec {
pname = "patch";
version = "2.0.0";
minimalOCamlVersion = "4.03";
src = fetchFromGitHub {
owner = "hannesm";
repo = "patch";