jbuilder: 1.0.1 -> dune: 1.1.1
This commit is contained in:
committed by
Vincent Laporte
parent
eb429c7c54
commit
fc19401d67
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip, findlib, jbuilder, ocaml, configurator, cppo, lablgtk }:
|
||||
{ stdenv, fetchzip, findlib, dune, ocaml, configurator, cppo, lablgtk }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "camlimages-${version}";
|
||||
version = "5.0.0";
|
||||
@@ -6,9 +6,9 @@ stdenv.mkDerivation rec {
|
||||
url = "https://bitbucket.org/camlspotter/camlimages/get/${version}.tar.gz";
|
||||
sha256 = "00qvwxkfnhv93yi1iq7vy3p5lxyi9xigxcq464s4ii6bmp32d998";
|
||||
};
|
||||
buildInputs = [ findlib jbuilder ocaml configurator cppo lablgtk ];
|
||||
buildPhase = "jbuilder build -p camlimages";
|
||||
inherit (jbuilder) installPhase;
|
||||
buildInputs = [ findlib dune ocaml configurator cppo lablgtk ];
|
||||
buildPhase = "dune build -p camlimages";
|
||||
inherit (dune) installPhase;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
branch = "5.0";
|
||||
|
||||
Reference in New Issue
Block a user