gnu: yubico-piv-tool: Use texlive-updmap.cfg in native inputs.

* gnu/packages/security-token.scm (yubico-piv-tool)[native-inputs]: Replace
TEXLIVE-BIN with TEXLIVE-UPDMAP.CFG.  Re-order inputs alphabetically.
This commit is contained in:
Nicolas Goaziou 2023-07-08 12:11:10 +02:00
parent 07c2b5bcfe
commit 22c752fde1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -406,12 +406,12 @@ (define-public yubico-piv-tool
(inputs (inputs
(list gengetopt perl pcsc-lite openssl)) (list gengetopt perl pcsc-lite openssl))
(native-inputs (native-inputs
(list doxygen (list check
doxygen
graphviz graphviz
help2man help2man
check pkg-config
texlive-bin (texlive-updmap.cfg)))
pkg-config))
(home-page "https://developers.yubico.com/yubico-piv-tool/") (home-page "https://developers.yubico.com/yubico-piv-tool/")
(synopsis "Interact with the PIV application on a YubiKey") (synopsis "Interact with the PIV application on a YubiKey")
(description (description