[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#49445: [PATCH] gnu: add ocaml-bibtex2html
From: |
Julien Lepiller |
Subject: |
bug#49445: [PATCH] gnu: add ocaml-bibtex2html |
Date: |
Sat, 10 Jul 2021 15:08:29 +0200 |
Pushed as c21ccbf14e211bf3417c04f5add733a1e49b44fa, thank you!
I fixed the commit message:
gnu: Add ocaml-bibtex2html.
* gnu/packages/ocaml.scm (ocaml-bibtex2html): New variable.
I also managed to find a more minimal set of packages required to run
the tests. Instead of the monolithic texlive, we usually use
texlive-bin or texlive-tiny, but it was still missing some modules.
I had to add texlive-preprint to Guix first, and used a texlive-union,
which creates a texlive package that adds some packages on top of
texlive-tiny.
Thanks again for the patch!