summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFatih Altinok <fatih@picussecurity.com>2017-12-04 18:02:39 +0300
committerVincent Laporte <vbgl@users.noreply.github.com>2017-12-05 08:04:58 +0100
commite5e32822df935484f9baff019f692a0c6812f1c4 (patch)
tree4f101c1d8c034e8d9a67453cc44b8dd87f8e6037 /pkgs/top-level
parent50bdf5900e27504e7d0fb559ae24c4363731911b (diff)
downloadnixpkgs-e5e32822df935484f9baff019f692a0c6812f1c4.tar
nixpkgs-e5e32822df935484f9baff019f692a0c6812f1c4.tar.gz
nixpkgs-e5e32822df935484f9baff019f692a0c6812f1c4.tar.bz2
nixpkgs-e5e32822df935484f9baff019f692a0c6812f1c4.tar.lz
nixpkgs-e5e32822df935484f9baff019f692a0c6812f1c4.tar.xz
nixpkgs-e5e32822df935484f9baff019f692a0c6812f1c4.tar.zst
nixpkgs-e5e32822df935484f9baff019f692a0c6812f1c4.zip
flow: 0.59.0 -> 0.60.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index fe06b11bcbc..8439f4237a3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7269,7 +7269,7 @@ with pkgs;
   flow = callPackage ../development/tools/analysis/flow {
     inherit (darwin.apple_sdk.frameworks) CoreServices;
     inherit (darwin) cf-private;
-    inherit (ocamlPackages) ocaml findlib camlp4 sedlex ocamlbuild;
+    inherit (ocamlPackages) ocaml findlib camlp4 sedlex ocamlbuild ocaml_lwt;
   };
 
   framac = callPackage ../development/tools/analysis/frama-c { };