mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
reason: fix build with OCaml < 4.07
This commit is contained in:
parent
30ec26b580
commit
80ebd25f66
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{ lib, callPackage, stdenv, makeWrapper, fetchurl, ocaml, findlib, dune_2
|
||||
, ncurses
|
||||
, fix, menhir, menhirLib, menhirSdk, merlin-extend, ppxlib, utop, cppo, ppx_derivers
|
||||
}:
|
||||
|
||||
|
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
ocaml
|
||||
ppxlib
|
||||
utop
|
||||
];
|
||||
] ++ lib.optional (lib.versionOlder ocaml.version "4.07") ncurses;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
menhirLib
|
||||
|
|
Loading…
Reference in a new issue