mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:48:56 +00:00
flow: pin ocaml to ocaml_4_02
This commit is contained in:
parent
8378afaf76
commit
4450327c06
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, lib, ocaml_4_02, libelf, cf-private, CoreServices }:
|
||||
{ stdenv, fetchFromGitHub, lib, ocaml, libelf, cf-private, CoreServices }:
|
||||
|
||||
with lib;
|
||||
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
cp bin/flow $out/bin/
|
||||
'';
|
||||
|
||||
buildInputs = [ ocaml_4_02 libelf ]
|
||||
buildInputs = [ ocaml libelf ]
|
||||
++ optionals stdenv.isDarwin [ cf-private CoreServices ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
@ -6363,6 +6363,7 @@ with pkgs;
|
||||
flow = callPackage ../development/tools/analysis/flow {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||
inherit (darwin) cf-private;
|
||||
ocaml = ocaml_4_02;
|
||||
};
|
||||
|
||||
framac = callPackage ../development/tools/analysis/frama-c { };
|
||||
@ -15600,7 +15601,7 @@ with pkgs;
|
||||
wmii_hg = callPackage ../applications/window-managers/wmii-hg { };
|
||||
|
||||
wordnet = callPackage ../applications/misc/wordnet { };
|
||||
|
||||
|
||||
worker = callPackage ../applications/misc/worker { };
|
||||
|
||||
workrave = callPackage ../applications/misc/workrave {
|
||||
|
Loading…
Reference in New Issue
Block a user