guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: chez-scheme: Add missing inputs


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: chez-scheme: Add missing inputs.
Date: Mon, 22 Nov 2021 14:17:15 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new be99485  gnu: chez-scheme: Add missing inputs.
be99485 is described below

commit be99485786bbca88d04fb0738f7afe2d36cd5a26
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Nov 22 19:13:57 2021 +0100

    gnu: chez-scheme: Add missing inputs.
    
    * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Add
      texlive-dvips-l3backend and texlive-fonts-ec.
      [arguments]: Set HOME in 'configure' phase.
---
 gnu/packages/chez.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index ccb4800..c1591a8 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -114,8 +114,10 @@
        ;; for docs
        ("stex" ,stex)
        ("xorg-rgb" ,xorg-rgb)
-       ("texlive" ,(texlive-updmap.cfg (list texlive-oberdiek
-                                             texlive-epsf)))
+       ("texlive" ,(texlive-updmap.cfg (list texlive-dvips-l3backend
+                                             texlive-epsf
+                                             texlive-fonts-ec
+                                             texlive-oberdiek)))
        ("ghostscript" ,ghostscript)
        ("netpbm" ,netpbm)))
     (native-search-paths
@@ -167,6 +169,7 @@
                ;; Some makefiles (for tests) don't seem to propagate CC
                ;; properly, so we take it out of their hands:
                (setenv "CC" ,(cc-for-target))
+               (setenv "HOME" "/tmp")
                (apply invoke
                       "./configure"
                       flags)



reply via email to

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