guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: unison: Fix building the manual.


From: guix-commits
Subject: 02/02: gnu: unison: Fix building the manual.
Date: Mon, 8 Nov 2021 18:45:31 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 648b81211fa1d14048a39fff59397ae90a5fef91
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 4 01:02:39 2021 +0100

    gnu: unison: Fix building the manual.
    
    * gnu/packages/ocaml.scm (unison)[native-inputs]: Add the missing texlive 
inputs.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 2f8b9da..9408697 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1205,7 +1205,8 @@ libpanel, librsvg and quartz.")
      `(("ocaml" ,ocaml-4.09)
        ;; For documentation
        ("ghostscript" ,ghostscript)
-       ("texlive" ,texlive-tiny)
+       ("texlive" ,(texlive-updmap.cfg
+                    (list texlive-fonts-ec texlive-dvips-l3backend)))
        ("hevea" ,hevea)
        ("lynx" ,lynx)
        ("which" ,which)))



reply via email to

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