jbuilder: 1.0.1 -> dune: 1.1.1

This commit is contained in:
Vincent Laporte
2018-09-15 19:32:32 +00:00
committed by Vincent Laporte
parent eb429c7c54
commit fc19401d67
69 changed files with 228 additions and 230 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchzip, ocaml, findlib, jbuilder, ssl, lwt }:
{ stdenv, fetchzip, ocaml, findlib, dune, ssl, lwt }:
stdenv.mkDerivation rec {
version = "1.1.2";
@@ -9,10 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "1q0an3djqjxv83v3iswi7m81braqx93kcrcwrxwmf6jzhdm4pn15";
};
buildInputs = [ ocaml findlib jbuilder ];
buildInputs = [ ocaml findlib dune ];
propagatedBuildInputs = [ ssl lwt ];
inherit (jbuilder) installPhase;
inherit (dune) installPhase;
meta = {
homepage = "https://github.com/aantron/lwt_ssl";