flow: remove cf-private

This commit is contained in:
Daiderd Jordan 2019-06-19 19:56:59 +02:00
parent 4b64dfaee9
commit 7fffb620ac
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
2 changed files with 2 additions and 3 deletions

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ocamlPackages, cf-private, CoreServices }:
{ stdenv, fetchFromGitHub, ocamlPackages, CoreServices }:
stdenv.mkDerivation rec {
pname = "flow";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = (with ocamlPackages; [ ocaml findlib ocamlbuild dtoa core_kernel sedlex ocaml_lwt lwt_log lwt_ppx ppx_deriving ppx_gen_rec ppx_tools_versioned visitors wtf8 ])
++ stdenv.lib.optionals stdenv.isDarwin [ cf-private CoreServices ];
++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
meta = with stdenv.lib; {
description = "A static type checker for JavaScript";

@ -9233,7 +9233,6 @@ in
flow = callPackage ../development/tools/analysis/flow {
inherit (darwin.apple_sdk.frameworks) CoreServices;
inherit (darwin) cf-private;
};
foreman = callPackage ../tools/system/foreman { };