mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ocamlPackages.ocamlbuild: use version 0.14.3 with OCaml 4.07
This commit is contained in:
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: {
|
||||
|
Loading…
Reference in New Issue
Block a user