ocaml-pgocaml: update from 2.1 to 2.2
This commit is contained in:
parent
3fb880fc77
commit
0dcd94bf81
@ -1,14 +1,14 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib, camlp4, calendar, csv, ocaml_pcre}:
|
{ stdenv, fetchurl, ocaml, findlib, camlp4, calendar, csv, ocaml_pcre }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-pgocaml-2.1";
|
name = "ocaml-pgocaml-2.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://forge.ocamlcore.org/frs/download.php/1413/pgocaml-2.1.tgz;
|
url = http://forge.ocamlcore.org/frs/download.php/1506/pgocaml-2.2.tgz;
|
||||||
sha256 = "0m7whlmhm7z58pfaarvkyiwaylmrz05aj6fr773zd9xlv07ljiym";
|
sha256 = "0x0dhlz2rqxpwfdqi384f9fn0ng2irifadmxfm2b4gcz7y1cl9rh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib camlp4];
|
buildInputs = [ ocaml findlib camlp4 ];
|
||||||
propagatedBuildInputs = [calendar csv ocaml_pcre];
|
propagatedBuildInputs = [ calendar csv ocaml_pcre ];
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user