ocamlPackages.ocamlbuild: use version 0.14.3 with OCaml 4.07
This commit is contained in:
committed by
Vincent Laporte
parent
c7407ecd1c
commit
fa12063f12
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user