mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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
|
||||
(list gengetopt perl pcsc-lite openssl))
|
||||
(native-inputs
|
||||
(list doxygen
|
||||
(list check
|
||||
doxygen
|
||||
graphviz
|
||||
help2man
|
||||
check
|
||||
texlive-bin
|
||||
pkg-config))
|
||||
pkg-config
|
||||
(texlive-updmap.cfg)))
|
||||
(home-page "https://developers.yubico.com/yubico-piv-tool/")
|
||||
(synopsis "Interact with the PIV application on a YubiKey")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue