flow: 0.42.0 -> 0.46.0
This commit is contained in:
parent
c0bc3c80c8
commit
27dc2c4926
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchFromGitHub, lib, ocaml, libelf, cf-private, CoreServices }:
|
{ stdenv, fetchFromGitHub, lib, ocaml, libelf, cf-private, CoreServices, findlib, camlp4, sedlex, ocamlbuild }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.42.0";
|
version = "0.46.0";
|
||||||
name = "flow-${version}";
|
name = "flow-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "facebook";
|
owner = "facebook";
|
||||||
repo = "flow";
|
repo = "flow";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1mzl13z3c512b3jrrkzm5wmd9wjpnr173pan0vvpgf23333yvigq";
|
sha256 = "05rnlckwiynkh0300f27xhrn53pf0hxlkb0iz3nlb81xmsk005a4";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp bin/flow $out/bin/
|
cp bin/flow $out/bin/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ ocaml libelf ]
|
buildInputs = [ ocaml libelf findlib camlp4 sedlex ocamlbuild ]
|
||||||
++ optionals stdenv.isDarwin [ cf-private CoreServices ];
|
++ optionals stdenv.isDarwin [ cf-private CoreServices ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -6712,7 +6712,7 @@ with pkgs;
|
|||||||
flow = callPackage ../development/tools/analysis/flow {
|
flow = callPackage ../development/tools/analysis/flow {
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||||
inherit (darwin) cf-private;
|
inherit (darwin) cf-private;
|
||||||
ocaml = ocaml_4_02;
|
inherit (ocamlPackages_4_03) ocaml findlib camlp4 sedlex ocamlbuild;
|
||||||
};
|
};
|
||||||
|
|
||||||
framac = callPackage ../development/tools/analysis/frama-c { };
|
framac = callPackage ../development/tools/analysis/frama-c { };
|
||||||
|
Loading…
Reference in New Issue
Block a user