ocamlPackages.gen: 0.4.0.1 -> 0.5
This commit is contained in:
parent
88389f43f7
commit
27d2eef21a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
|
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
|
||||||
|
|
||||||
let version = "0.4.0.1"; in
|
let version = "0.5"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml${ocaml.version}-gen-${version}";
|
name = "ocaml${ocaml.version}-gen-${version}";
|
||||||
@ -9,11 +9,18 @@ stdenv.mkDerivation {
|
|||||||
owner = "c-cube";
|
owner = "c-cube";
|
||||||
repo = "gen";
|
repo = "gen";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0gg94f5l899rni3r7s7wq8plgazmbsaw498xckp25kkgpmkk61ml";
|
sha256 = "14b8vg914nb0yp1hgxzm29bg692m0gqncjj43b599s98s1cwl92h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];
|
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-tests"
|
||||||
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
checkTarget = "test";
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user