hevea: 2.26 -> 2.28

This commit is contained in:
Pascal Wittmann 2016-01-15 21:35:47 +01:00
parent edeaa7d26c
commit df7139de36

View file

@ -1,18 +1,16 @@
{ stdenv, fetchurl, ocaml }:
stdenv.mkDerivation rec {
name = "hevea-2.26";
name = "hevea-2.28";
src = fetchurl {
url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
sha256 = "173v6z2li12pah6315dfpwhqrdljkhsff82gj7sql812zwjkvd2f";
sha256 = "14fns13wlnpiv9i05841kvi3cq4b9v2sw5x3ff6ziws28q701qnd";
};
buildInputs = [ ocaml ];
configurePhase = ''
export makeFlags="PREFIX=$out";
'';
makeFlags = "PREFIX=$(out)";
meta = with stdenv.lib; {
description = "A quite complete and fast LATEX to HTML translator";