[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/110: gnu: texlive-fonts-cm: Remove cm-type1.
From: |
guix-commits |
Subject: |
13/110: gnu: texlive-fonts-cm: Remove cm-type1. |
Date: |
Mon, 22 Jul 2019 15:25:32 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit abf722dad0a3d7027bb3c0abdbb7a41b4104a2d3
Author: Ricardo Wurmus <address@hidden>
Date: Mon Jul 8 23:28:47 2019 +0200
gnu: texlive-fonts-cm: Remove cm-type1.
These fonts should actually be part of the amsfonts package.
* gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Do not install
cm-type1
fonts.
[native-inputs]: Remove cm-type1 fonts.
---
gnu/packages/tex.scm | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b62e1f..72398f5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -706,24 +706,10 @@ documents.")
(for-each (cut install-file <> mf)
(find-files "." "\\.mf"))
(copy-recursively "pk" pk)
- (mkdir-p type1)
- (copy-recursively (assoc-ref inputs "cm-type1") type1)
#t))))))
(native-inputs
`(("texlive-bin" ,texlive-bin)
- ("texlive-metafont-base" ,texlive-metafont-base)
- ("cm-type1"
- ,(origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/fonts/type1/public/amsfonts/cm"))
- (revision %texlive-revision)))
- (file-name (string-append name "-type1-" version "-checkout"))
- (sha256
- (base32
- "12jyl9jp3hidifa4l5pmi47p71d5mb5kj5rknxkygilix8yz2iy6"))))))
+ ("texlive-metafont-base" ,texlive-metafont-base)))
(home-page "https://www.ctan.org/pkg/cm")
(synopsis "Computer Modern fonts for TeX")
(description "This package provides the Computer Modern fonts by Donald
- branch wip-texlive created (now 5215ddb), guix-commits, 2019/07/22
- 02/110: build: svn-fetch: Use "svn export"., guix-commits, 2019/07/22
- 01/110: gnu: texlive-union: Build font maps., guix-commits, 2019/07/22
- 03/110: guix: Add svn-multi-reference., guix-commits, 2019/07/22
- 05/110: gnu: Add simple-texlive-package., guix-commits, 2019/07/22
- 07/110: gnu: Add texlive-hyphen-package., guix-commits, 2019/07/22
- 04/110: build-system/texlive: Add texlive-origin., guix-commits, 2019/07/22
- 06/110: gnu: Add hyph-utf8-scripts., guix-commits, 2019/07/22
- 08/110: gnu: Add texlive-unicode-data., guix-commits, 2019/07/22
- 09/110: gnu: Add texlive-hyphen-base., guix-commits, 2019/07/22
- 13/110: gnu: texlive-fonts-cm: Remove cm-type1.,
guix-commits <=
- 12/110: gnu: texlive-dvips: Implement with simple-texlive-package., guix-commits, 2019/07/22
- 11/110: gnu: Add texlive-dehyph-exptl., guix-commits, 2019/07/22
- 14/110: gnu: texlive-fonts-cm: Use simple-texlive-package., guix-commits, 2019/07/22
- 19/110: gnu: Add texlive-hyphen-basque., guix-commits, 2019/07/22
- 22/110: gnu: Add texlive-hyphen-bulgarian., guix-commits, 2019/07/22
- 21/110: gnu: Add texlive-hyphen-belarusian., guix-commits, 2019/07/22
- 24/110: gnu: Add texlive-hyphen-chinese., guix-commits, 2019/07/22
- 27/110: gnu: Add texlive-hyphen-croatian., guix-commits, 2019/07/22
- 17/110: gnu: Add texlive-hyphen-ancientgreek., guix-commits, 2019/07/22
- 15/110: gnu: Add texlive-tex-ini-files., guix-commits, 2019/07/22