mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
hevea: 2.26 -> 2.28
This commit is contained in:
parent
edeaa7d26c
commit
df7139de36
1 changed files with 3 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue