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, fetchFromGitHub, ocaml, findlib, jbuilder, easy-format }:
{ stdenv, fetchFromGitHub, ocaml, findlib, dune, easy-format }:
stdenv.mkDerivation rec {
version = "1.2.0";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0mjpgwyfq2b2izjw0flmlpvdjgqpq8shs89hxj1np2r50csr8dcb";
};
buildInputs = [ ocaml findlib jbuilder ];
buildInputs = [ ocaml findlib dune ];
propagatedBuildInputs = [ easy-format ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
inherit (jbuilder) installPhase;
inherit (dune) installPhase;
meta = {
inherit (src.meta) homepage;