me
/
guix
Archived
1
0
Fork 0

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.
master
Guillaume Le Vaillant 2021-11-22 19:13:57 +01:00
parent 3d32fd1a6e
commit be99485786
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 5 additions and 2 deletions

View File

@ -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)