me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fontawesome.

* gnu/packages/tex.scm (texlive-fontawesome): New variable.
Nicolas Goaziou 2023-08-21 12:18:06 +02:00
parent 9512d87387
commit e0656bba22
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -12218,6 +12218,30 @@ weights. LaTeX support is provided.")
;; Dania Iwonae, which are under GUST Font Nosource License.
(license (list license:gpl3+ license:gfl1.0))))
(define-public texlive-fontawesome
(package
(name "texlive-fontawesome")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/fontawesome/"
"fonts/enc/dvips/fontawesome/"
"fonts/map/dvips/fontawesome/"
"fonts/opentype/public/fontawesome/"
"fonts/tfm/public/fontawesome/"
"fonts/type1/public/fontawesome/"
"tex/latex/fontawesome/")
(base32
"0m3wl0jc00h8r4w3fa5vkf062hmaadb2rvf3x9lm4pb0c99ia5x9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fontawesome")
(synopsis "Font containing web-related icons")
(description
"The package offers access to the large number of web-related icons
provided by the FontAwesome font.")
(license license:lppl1.3+)))
(define-public texlive-fontsize
(package
(name "texlive-fontsize")