gnu: Add texlive-hvqrurl.
* gnu/packages/tex.scm (texlive-hvqrurl): New variable.
This commit is contained in:
parent
e0984c500a
commit
bcb2a7b24f
1 changed files with 18 additions and 0 deletions
|
@ -85201,6 +85201,24 @@ (define-public texlive-hvpygmentex
|
|||
pygmentize to create the code snippets.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-hvqrurl
|
||||
(package
|
||||
(name "texlive-hvqrurl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hvqrurl/" "tex/latex/hvqrurl/")
|
||||
(base32
|
||||
"0inikkv2ndq6jc4b96fxy0gzd53mfprcbc5nnak7s8x8a4wzij4n")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hvqrurl")
|
||||
(synopsis "Insert a QR code in the margin")
|
||||
(description
|
||||
"This package allows to draw an URL as a QR code into the margin of a one- or
|
||||
two-sided document.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue