[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
395/452: gnu: texlive-ec: Fix build.
From: |
guix-commits |
Subject: |
395/452: gnu: texlive-ec: Fix build. |
Date: |
Fri, 9 Jun 2023 13:44:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b9a01118b36541cab0670df22ac67e59a005e233
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 16:35:42 2023 +0200
gnu: texlive-ec: Fix build.
* gnu/packages/tex.scm (texlive-ec)[arguments]: Remove them.
[native-inputs]: Remove TEXLIVE-BIN.
---
gnu/packages/tex.scm | 45 +--------------------------------------------
1 file changed, 1 insertion(+), 44 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 327cf38992..eadf0da1d2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7271,50 +7271,7 @@ package options.")
"1cyi0vv9dnp45s0ilsrbkyznj9ji62s5bhkqgh49461mv2f8qj6p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments
- (list
- #:modules
- '((guix build texlive-build-system)
- (guix build utils)
- (srfi srfi-1)
- (srfi srfi-26))
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'install 're-generate-fonts-metrics
- (lambda _
- (let ((mf #$(this-package-native-input "texlive-metafont"))
- (cm #$(this-package-native-input "texlive-cm"))
- (root (getcwd)))
- (mkdir-p "build")
- (with-directory-excursion "fonts/source/jknappen/ec"
- ;; Tell mf where to find mf.base.
- (setenv "MFBASES"
- (string-append mf "/share/texmf-dist/web2c"))
- ;; Tell mf where to look for source files.
- (setenv "MFINPUTS"
- (string-append
- (getcwd) ":"
- mf "/share/texmf-dist/metafont/base:"
- cm "/share/texmf-dist/fonts/source/public/cm"))
- ;; Build font metrics (tfm).
- (for-each (lambda (font)
- (format #t "building font ~a\n" font)
- (invoke "mf" "-progname=mf"
- (string-append "-output-directory="
- root "/build")
- (string-append "\\"
- "mode:=ljfour; "
- "mag:=1; "
- "batchmode; "
- "input "
- (basename font ".mf"))))
- (find-files "." "[0-9]+\\.mf$")))
- ;; Install font metrics at the appropriate location.
- (for-each
- (cut install-file <> "fonts/tfm/jknappen/ec")
- (find-files "build/" "\\.tfm$"))))))))
- (native-inputs
- (list texlive-bin texlive-cm texlive-metafont))
+ (native-inputs (list texlive-cm texlive-metafont))
(home-page "https://ctan.org/pkg/ec")
(synopsis "Computer modern fonts in T1 and TS1 encodings")
(description
- 340/452: gnu: texlive-cm-super: Refresh package definition., (continued)
- 340/452: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/09
- 346/452: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/09
- 350/452: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/09
- 357/452: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/09
- 369/452: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 375/452: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 379/452: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 374/452: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 391/452: gnu: texlive-cm: Fix build., guix-commits, 2023/06/09
- 394/452: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/09
- 395/452: gnu: texlive-ec: Fix build.,
guix-commits <=
- 402/452: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/09
- 398/452: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/09
- 389/452: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/06/09
- 401/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 405/452: gnu: texlive-lh: Fix build., guix-commits, 2023/06/09
- 412/452: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/09
- 413/452: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/09
- 418/452: gnu: texlive: Improve package style., guix-commits, 2023/06/09
- 417/452: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/09
- 419/452: guix: texlive-build-system: Generate TeX formats., guix-commits, 2023/06/09