Merge pull request #26619 from regnat/ocaml-containers

ocamlPackages.containers: 0.22 -> 1.2
This commit is contained in:
Jörg Thalheim 2017-06-17 09:40:40 +01:00 committed by GitHub
commit 481cf50b1f
1 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ let
mkpath = p: mkpath = p:
"${p}/lib/ocaml/${ocaml.version}/site-lib"; "${p}/lib/ocaml/${ocaml.version}/site-lib";
version = "0.22"; version = "1.2";
in in
@ -17,7 +17,7 @@ stdenv.mkDerivation {
owner = "c-cube"; owner = "c-cube";
repo = "ocaml-containers"; repo = "ocaml-containers";
rev = "${version}"; rev = "${version}";
sha256 = "1kbf865z484z9nxskmg150xhfspikkvsxk0wbry5vvczqr63cwhq"; sha256 = "0k1676bn12hhayjlpy8bxfc3sgq6wd7zkh0ca700zh8jxjrshjqk";
}; };
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ]; buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
@ -39,9 +39,8 @@ EOF
configureFlags = [ configureFlags = [
"--enable-unix" "--enable-unix"
"--enable-thread" "--enable-thread"
"--enable-bigarray"
"--enable-advanced"
"--enable-tests" "--enable-tests"
"--enable-docs"
"--disable-bench" "--disable-bench"
]; ];