guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: chez-web: Add texlive-charter.


From: guix-commits
Subject: 05/07: gnu: chez-web: Add texlive-charter.
Date: Mon, 13 Sep 2021 16:51:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0f2e91490afed10f3f5414f3806655580a9ce9be
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 13 17:10:20 2021 +0200

    gnu: chez-web: Add texlive-charter.
    
    * gnu/packages/chez.scm (chez-web)[native-inputs]: Add texlive-charter to
    texlive-union.
---
 gnu/packages/chez.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index b96a2c2..350ce4e 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -316,7 +316,8 @@ and 32-bit PowerPC architectures.")
       (native-inputs
        `(("chez-scheme" ,chez-scheme)
          ("ghostscript" ,ghostscript)
-         ("texlive" ,(texlive-union (list texlive-latex-oberdiek
+         ("texlive" ,(texlive-union (list texlive-charter
+                                          texlive-latex-oberdiek
                                           texlive-generic-epsf
                                           texlive-metapost
                                           texlive-fonts-charter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]