ocaml-ng.ocamlPackages_4_07.lwt: fix build with strictDeps
This commit is contained in:
committed by
Vincent Laporte
parent
de7939d6cf
commit
c32e4e0c49
@@ -21,9 +21,9 @@ buildDunePackage rec {
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config cppo ];
|
||||
nativeBuildInputs = [ pkg-config cppo ]
|
||||
++ optional (!versionAtLeast ocaml.version "4.08") ocaml-syntax-shims;
|
||||
buildInputs = [ dune-configurator ]
|
||||
++ optional (!versionAtLeast ocaml.version "4.08") ocaml-syntax-shims
|
||||
++ optional (!versionAtLeast ocaml.version "4.07") ncurses;
|
||||
propagatedBuildInputs = [ libev mmap ocplib-endian seq result ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user