me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fancyqr.

* gnu/packages/tex.scm (texlive-fancyqr): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:59 +02:00
parent 07cc88bdfd
commit d061149387
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -81779,6 +81779,24 @@ also define their own styles. Decorated paragraphs may not include displayed
mathematics.")
(license license:lppl1.3+)))
(define-public texlive-fancyqr
(package
(name "texlive-fancyqr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fancyqr/" "tex/latex/fancyqr/")
(base32
"1p5dpk1cr8wssakylmnghjd965dr4grcs8gahmcigjsbwib97ksm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fancyqr")
(synopsis "Fancy QR-Codes with TikZ")
(description
"This package provides a simple package to create fancy QR-codes with the help
of the @code{qrcode} package.")
(license license:gpl3)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar