mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: Fix building documentation on Berlin.
This reverts 4df6eda30f
("gnu: Rename
`texlive-updmap.cfg' into `texlive-local-tree'.") just for doc/build.scm.
As the build farm uses 'guix' as provided by the guix-daemon; an updated to the
guix package and reconfiguration of Berlin would be required to fix building
the latest development manual. Use the deprecated texlive-updmap.cfg binding
for now.
* doc/build.scm (pdf-manual): Revert to use texlive-updmap.cfg for now.
Change-Id: I133deaa7a345e711a99ea469ec6fecfde9c729de
This commit is contained in:
parent
6d2e1b1edd
commit
2e1ead7c8b
1 changed files with 4 additions and 1 deletions
|
@ -912,7 +912,10 @@ makeinfo OPTIONS."
|
|||
sed
|
||||
tar
|
||||
texinfo
|
||||
(texlive-local-tree
|
||||
;; This deprecated symbol should not be updated, as the
|
||||
;; build farm's Guix (that comes from the guix-daemon
|
||||
;; package) doesn't know about it yet.
|
||||
(texlive-updmap.cfg
|
||||
(list texlive-epsf texlive-texinfo)))))))
|
||||
|
||||
(define build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue