me
/
guix
Archived
1
0
Fork 0

Revert "gnu: texlive-latex-psnfss: Ensure that font definition files are installed."

This reverts commit fdd066833e.

This commit causes over 4000 package rebuilds.
master
Efraim Flashner 2020-09-22 16:30:25 +03:00
parent fdd066833e
commit 3fef44ed6c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 19 deletions

View File

@ -3336,25 +3336,29 @@ language that is written in a Cyrillic alphabet.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-latex-psnfss (define-public texlive-latex-psnfss
(let ((template (simple-texlive-package (package
"texlive-latex-psnfss" (name "texlive-latex-psnfss")
(list "/doc/latex/psnfss/" (version (number->string %texlive-revision))
"/tex/latex/psnfss/") (source (origin
(base32 (method svn-fetch)
"12p23in2nz1n08hw3m6kf5mcbn9zbhjsvdx0nsb7zcvywbljb9i2") (uri (texlive-ref "latex" "psnfss"))
#:trivial? #t))) (file-name (string-append name "-" version "-checkout"))
(package (sha256
(inherit template) (base32
(home-page "https://www.ctan.org/pkg/psnfss") "1920dcq8613yzprasbg80fh4fcjcidvvl54wkx438nimyxcri7qz"))))
(synopsis "Font support for common PostScript fonts") (build-system texlive-build-system)
(description "The PSNFSS collection includes a set of files that (arguments '(#:tex-directory "latex/psnfss"))
provide a complete working setup of the LaTeX font selection (home-page "https://www.ctan.org/pkg/psnfss")
scheme (NFSS2) for use with common PostScript fonts. It covers the (synopsis "Font support for common PostScript fonts")
so-called \"Base\" fonts (which are built into any Level 2 PostScript (description
printing device and the Ghostscript interpreter) and a number of free "The PSNFSS collection includes a set of files that provide a complete
fonts. It provides font definition files, macros and font metrics. working setup of the LaTeX font selection scheme (NFSS2) for use with common
The bundle as a whole is part of the LaTeX required set of packages.") PostScript fonts. It covers the so-called \"Base\" fonts (which are built
(license license:lppl1.2+)))) into any Level 2 PostScript printing device and the Ghostscript interpreter)
and a number of free fonts. It provides font definition files, macros and
font metrics. The bundle as a whole is part of the LaTeX required set of
packages.")
(license license:lppl1.2+)))
;; For user profiles ;; For user profiles
(define-public texlive-base (define-public texlive-base