Archived
1
0
Fork 0

gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call.

* gnu/packages/tex.scm (texlive-qrcode!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[native-inputs]: Remove them.
[description]: Shorten it.
This commit is contained in:
Nicolas Goaziou 2023-05-18 14:04:09 +02:00
parent 7a6e479749
commit 65eb3ff97d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12162,33 +12162,25 @@ provided box macros are @code{\\lapbox}, @code{\\marginbox},
(define-public texlive-qrcode (define-public texlive-qrcode
(package (package
(inherit (simple-texlive-package (name "texlive-qrcode")
"texlive-qrcode" (version (number->string %texlive-revision))
(list "doc/latex/qrcode/README" (source (texlive-origin
"source/latex/qrcode/qrcode.dtx" name version
"source/latex/qrcode/qrcode.ins") (list "doc/latex/qrcode/" "source/latex/qrcode/"
"tex/latex/qrcode/")
(base32 (base32
"1xfv0imrrbxjqwjapcf2silg19rwz2jinawy1x65c1krg919vn02"))) "197v18lsvb90i07gxvc6mrmn1z63q8v0wvcnbk8dnn3hhabpn16y")))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (build-system texlive-build-system)
(list
#:tex-directory "latex/qrcode"))
(propagated-inputs (propagated-inputs
(list texlive-lm (list texlive-lm
texlive-xcolor texlive-xcolor
texlive-xkeyval)) texlive-xkeyval))
(native-inputs (home-page "https://ctan.org/pkg/qrcode")
(list (texlive-updmap.cfg (list texlive-lm texlive-zapfding))
texlive-hyperref
texlive-stringenc
texlive-xcolor
texlive-xkeyval))
(home-page "https://www.ctan.org/pkg/qrcode")
(synopsis "QR codes without external tools") (synopsis "QR codes without external tools")
(description "This package creates @acronym{QR,Quick Response} codes for (description
LaTeX documents without depending on external graphics packages. It supports "The package generates QR (Quick Response) codes in LaTeX, without the
generating codes of different sizes and with different error correction need for PSTricks or any other graphical package.")
levels. All functionality is provided by the single @code{\\qrcode} command.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-tcolorbox (define-public texlive-tcolorbox