[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
403/418: gnu: texlive-cbfonts: Fix build.
From: |
guix-commits |
Subject: |
403/418: gnu: texlive-cbfonts: Fix build. |
Date: |
Mon, 29 May 2023 17:39:47 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 73773b77cc912dd1abcb85c269ace3e0509ae5b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 18:28:19 2023 +0200
gnu: texlive-cbfonts: Fix build.
* gnu/packages/tex.scm (texlive-cbfonts)[arguments]<#:phases>: Skip failing
GENERATE-FONT-METRICS phase.
[native-inputs]: Add TEXLIVE-CM, TEXLIVE-METAFONT.
---
gnu/packages/tex.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 259ecda658..437993b077 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1089,8 +1089,14 @@ arbitrarily complex font names, thus helping portability
of TeX documents.")
(base32
"0l0dpgvngah227snzk6j5hf3kxs5cz5jvlpkv8pbapw6jx084np6")))
(outputs '("out" "doc"))
- ;; FIXME: Font metrics cannot be generated due to "bad pos" errors.
(build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; FIXME: Font metrics cannot be generated due to "bad pos"
+ ;; errors.
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-cm texlive-metafont))
(propagated-inputs (list texlive-cbfonts-fd))
(home-page "https://ctan.org/pkg/cbgreek-complete")
(synopsis "Complete set of Greek fonts")
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 409/418: gnu: Add texlive-knuth-local., guix-commits, 2023/05/29
- 374/418: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 376/418: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 389/418: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/29
- 372/418: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 416/418: gnu: faif: Update texlive package names., guix-commits, 2023/05/29
- 407/418: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/29
- 403/418: gnu: texlive-cbfonts: Fix build.,
guix-commits <=
- 373/418: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 394/418: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/29
- 406/418: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/29
- 383/418: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 401/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/29
- 193/418: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/05/29
- 207/418: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/29
- 200/418: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/29
- 224/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/29
- 402/418: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/29