jbuilder: 1.0.1 -> dune: 1.1.1
This commit is contained in:
committed by
Vincent Laporte
parent
eb429c7c54
commit
fc19401d67
@@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchzip, ocaml, findlib, jbuilder, cppo, easy-format, biniou }:
|
||||
{ stdenv, fetchzip, ocaml, findlib, dune, cppo, easy-format, biniou }:
|
||||
let
|
||||
pname = "yojson";
|
||||
param =
|
||||
if stdenv.lib.versionAtLeast ocaml.version "4.02" then {
|
||||
version = "1.4.1";
|
||||
sha256 = "0nwsfkmqpyfab4rxq76q8ff7giyanghw08094jyrp275v99zdjr9";
|
||||
buildInputs = [ jbuilder ];
|
||||
extra = { inherit (jbuilder) installPhase; };
|
||||
buildInputs = [ dune ];
|
||||
extra = { inherit (dune) installPhase; };
|
||||
} else {
|
||||
version = "1.2.3";
|
||||
sha256 = "10dvkndgwanvw4agbjln7kgb1n9s6lii7jw82kwxczl5rd1sgmvl";
|
||||
|
||||
Reference in New Issue
Block a user