mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: ocaml-bibtex2html: Fix build.
* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add TEXLIVE-PREPRINT.
This commit is contained in:
parent
29cc6b1cd6
commit
074abeb4f4
1 changed files with 2 additions and 1 deletions
|
@ -10259,7 +10259,8 @@ (define-public ocaml-bibtex2html
|
|||
(list (texlive-updmap.cfg
|
||||
(list texlive-infwarerr
|
||||
texlive-kvoptions
|
||||
texlive-pdftexcmds))
|
||||
texlive-pdftexcmds
|
||||
texlive-preprint))
|
||||
which))
|
||||
(propagated-inputs
|
||||
(list hevea))
|
||||
|
|
Loading…
Reference in a new issue