Update pkgs/development/ocaml-modules/lwt/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by Antonio Nuno Monteiro Sandro and committed by GitHub ceebd60c efd2a1bb

+1 -2
+1 -2
pkgs/development/ocaml-modules/lwt/default.nix
··· 18 }; 19 20 nativeBuildInputs = [ pkg-config cppo dune-configurator ]; 21 - buildInputs = [ ] 22 - ++ optional (!versionAtLeast ocaml.version "4.08") ocaml-syntax-shims 23 ++ optional (!versionAtLeast ocaml.version "4.07") ncurses; 24 propagatedBuildInputs = [ libev mmap ocplib-endian seq result ]; 25
··· 18 }; 19 20 nativeBuildInputs = [ pkg-config cppo dune-configurator ]; 21 + buildInputs = optional (!versionAtLeast ocaml.version "4.08") ocaml-syntax-shims 22 ++ optional (!versionAtLeast ocaml.version "4.07") ncurses; 23 propagatedBuildInputs = [ libev mmap ocplib-endian seq result ]; 24