me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-worldflags.

* gnu/packages/tex.scm (texlive-worldflags): New variable.
Nicolas Goaziou 2023-07-13 10:59:21 +02:00
parent 71c2a9ae70
commit 58f557778a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -5717,6 +5717,28 @@ wheelcharts with TikZ. It provides several options to customize the
wheelcharts.")
(license license:lppl1.3c)))
(define-public texlive-worldflags
(package
(name "texlive-worldflags")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/worldflags/"
"tex/latex/worldflags/")
(base32
"08biibvfa6fbrq1zsan8yib0cds6azp1ldwqlg5gd9j5r5aaqj5i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/worldflags")
(synopsis "Drawing flags with TikZ")
(description
"This is a package for drawing flags using TikZ. Currently the national
flags of all independent nations are included, along with some other flags of
various organizations. A flag can be drawn as a single TikZ-picture within
ordinary text, and as a picture element within a TikZ-picture. The appearance
of a flag (size, frame etc.) can be adapted using optional parameters.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")