ocamlPackages.posixat: mark as broken with OCaml 4.05

This commit is contained in:
Vincent Laporte 2017-08-30 02:27:55 +00:00
parent d009687ba1
commit 8c506dfb64
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, lib, janePackage, ocamlbuild, cryptokit, ctypes, magic-mime,
{ stdenv, lib, janePackage, ocaml, ocamlbuild, cryptokit, ctypes, magic-mime,
ocaml-migrate-parsetree, octavius, ounit, ppx_deriving, re, zarith,
openssl }:
@ -572,6 +572,7 @@ rec {
hash = "0ak93dyzi6sc6gb0j07fj85b24d8bv6g2hm7jj5xwb39kjwh51jl";
propagatedBuildInputs = [ ppx_sexp_conv ];
meta.description = "Binding to the posix *at functions";
meta.broken = lib.versionAtLeast ocaml.version "4.05";
};
rpc_parallel = janePackage {

View file

@ -663,7 +663,7 @@ let
janePackage = callPackage ../development/ocaml-modules/janestreet/janePackage.nix {};
janeStreet = import ../development/ocaml-modules/janestreet {
inherit lib janePackage ocamlbuild ctypes cryptokit magic-mime;
inherit lib janePackage ocaml ocamlbuild ctypes cryptokit magic-mime;
inherit ocaml-migrate-parsetree octavius ounit ppx_deriving re zarith;
inherit (pkgs) stdenv openssl;
};