Merge pull request #108704 from acowley/aux2bib
bibtex2html: add perl dependency
This commit is contained in:
commit
610ec6fe8f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, ocaml }:
|
||||
{ stdenv, fetchurl, ocaml, perl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "bibtex2html";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "07gzrs4lfrkvbn48cgn2gn6c7cx3jsanakkrb2irj0gmjzfxl96j";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml ];
|
||||
buildInputs = [ ocaml perl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A collection of tools for translating from BibTeX to HTML";
|
||||
|
|
Loading…
Reference in a new issue