ocamlPackages.extlib: 1.6.1 -> 1.7.2
This commit is contained in:
parent
1258bf9d2c
commit
08c87eed00
@ -1,16 +1,16 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib, camlp4, minimal ? true}:
|
{ stdenv, fetchurl, ocaml, findlib, cppo, minimal ? true }:
|
||||||
|
|
||||||
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "3.11";
|
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "3.11";
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-extlib-1.6.1";
|
name = "ocaml-extlib-1.7.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ocaml-extlib.googlecode.com/files/extlib-1.6.1.tar.gz;
|
url = http://ygrek.org.ua/p/release/ocaml-extlib/extlib-1.7.2.tar.gz;
|
||||||
sha256 = "1jmfj2w0f3ap0swz8k3qqmrl6x2y4gkmg88vv024xnmliiiv7m48";
|
sha256 = "0r7mhfgh6n5chj9r12s2x1fxrzvh6nm8h80ykl1mr75j86za41bm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib camlp4];
|
buildInputs = [ ocaml findlib cppo ];
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||||||
installPhase = "make ${if minimal then "minimal=1" else ""} install";
|
installPhase = "make ${if minimal then "minimal=1" else ""} install";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://code.google.com/p/ocaml-extlib/;
|
homepage = https://github.com/ygrek/ocaml-extlib;
|
||||||
description = "Enhancements to the OCaml Standard Library modules";
|
description = "Enhancements to the OCaml Standard Library modules";
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
platforms = ocaml.meta.platforms or [];
|
platforms = ocaml.meta.platforms or [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user