hevea: 2.26 -> 2.28
This commit is contained in:
parent
edeaa7d26c
commit
df7139de36
@ -1,18 +1,16 @@
|
|||||||
{ stdenv, fetchurl, ocaml }:
|
{ stdenv, fetchurl, ocaml }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hevea-2.26";
|
name = "hevea-2.28";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
|
url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
|
||||||
sha256 = "173v6z2li12pah6315dfpwhqrdljkhsff82gj7sql812zwjkvd2f";
|
sha256 = "14fns13wlnpiv9i05841kvi3cq4b9v2sw5x3ff6ziws28q701qnd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml ];
|
buildInputs = [ ocaml ];
|
||||||
|
|
||||||
configurePhase = ''
|
makeFlags = "PREFIX=$(out)";
|
||||||
export makeFlags="PREFIX=$out";
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A quite complete and fast LATEX to HTML translator";
|
description = "A quite complete and fast LATEX to HTML translator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user