mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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:
parent
07c2b5bcfe
commit
22c752fde1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue