3
0
Fork 0
forked from mirrors/nixpkgs

update tyxml to version 3.3.0

This commit is contained in:
Florent Becker 2014-10-14 13:09:53 +02:00
parent 9c441c41d7
commit e8b24eb63e

View file

@ -1,14 +1,14 @@
{stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4}:
{stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf}:
stdenv.mkDerivation {
name = "tyxml-3.1.1";
name = "tyxml-3.3.0";
src = fetchurl {
url = http://github.com/ocsigen/tyxml/archive/3.1.1.tar.gz;
sha256 = "1r8im382r68kn8qy0857nv3y7h42i6ajyclxzmigfai7v2xdd05z";
url = http://github.com/ocsigen/tyxml/archive/3.3.0.tar.gz;
sha256 = "0r1hj8qy91i48nd7wj0x2dqrgspqrry5awraxl4pl10vh0mn6pk7";
};
buildInputs = [ocaml findlib ocaml_oasis camlp4];
buildInputs = [ocaml findlib ocaml_oasis camlp4 uutf];
createFindlibDestdir = true;