ocamlPackages.ocamlbuild: use version 0.14.3 with OCaml 4.07

This commit is contained in:
Vincent Laporte 2024-09-16 16:49:51 +02:00 committed by Vincent Laporte
parent c7407ecd1c
commit fa12063f12

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, ocaml, findlib
, version ? if lib.versionAtLeast ocaml.version "4.07" then "0.15.0" else "0.14.3"
, version ? if lib.versionAtLeast ocaml.version "4.08" then "0.15.0" else "0.14.3"
}:
stdenv.mkDerivation (finalAttrs: {