diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-25 22:49:22 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-05 13:51:41 +0200 |
commit | 51b5b95b8ebdeebf8c0743e76c883df7e48e7236 (patch) | |
tree | 889fa8c747fd9bcc15769fc30a339c6ba77e94f2 | |
parent | 1b7b231cf5ffe079d3468f9843aee7394fd1808b (diff) |
guix: texlive importer: Improve output for texlive-biber-ms.
* guix/import/texlive.scm (no-bin-propagation-packages): Add "biber-ms".
Change-Id: Id9dadd2194e8d59d68c395b513e4c94673c97bb2
-rw-r--r-- | guix/import/texlive.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm index 98d96c4064..01384e98ba 100644 --- a/guix/import/texlive.scm +++ b/guix/import/texlive.scm @@ -117,6 +117,7 @@ "xmltex" ;; Category 3. "biber" + "biber-ms" "context" "cluttex" "esptopdf" |