Commit fa12063f authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.ocamlbuild: use version 0.14.3 with OCaml 4.07

parent c7407ecd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ 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: {