jbuilder: 1.0.1 -> dune: 1.1.1
This commit is contained in:
committed by
Vincent Laporte
parent
eb429c7c54
commit
fc19401d67
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, zlib
|
||||
, ocaml, jbuilder, opam, ocamlfuse, findlib, gapi_ocaml, ocaml_sqlite3, camlidl }:
|
||||
, ocaml, dune, ocamlfuse, findlib, gapi_ocaml, ocaml_sqlite3, camlidl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "google-drive-ocamlfuse-${version}";
|
||||
@@ -12,12 +12,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1rjm2jcc93sz7l25zbgqal81534vvvbmwy7847s0k8fkr5nq97gp";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ jbuilder opam ];
|
||||
nativeBuildInputs = [ dune ];
|
||||
|
||||
buildInputs = [ zlib ocaml ocamlfuse findlib gapi_ocaml ocaml_sqlite3 camlidl ];
|
||||
|
||||
buildPhase = "jbuilder build @install";
|
||||
installPhase = "mkdir $out && jbuilder install --prefix $out";
|
||||
installPhase = "mkdir $out && dune install --prefix $out";
|
||||
|
||||
meta = {
|
||||
homepage = http://gdfuse.forge.ocamlcore.org/;
|
||||
|
||||
Reference in New Issue
Block a user