fix linting issues
This commit is contained in:
parent
84f188690e
commit
8481a44d9a
1 changed files with 21 additions and 19 deletions
|
@ -27,13 +27,15 @@
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ;; tests fail because cannot connect to display and date conversion
|
'(#:tests? #f)) ;; tests fail because cannot connect to display and date conversion
|
||||||
(inputs (list openssl pkg-config qtbase-5 qttools-5 python-sphinx))
|
(inputs (list openssl qtbase-5 qttools-5))
|
||||||
|
(native-inputs (list pkg-config python-sphinx))
|
||||||
(synopsis "X - Certificate and Key management")
|
(synopsis "X - Certificate and Key management")
|
||||||
(description
|
(description
|
||||||
"This application is intended for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards and CRLs.
|
"This application is intended for creating and managing X.509 certificates,
|
||||||
|
certificate requests, RSA, DSA and EC private keys, Smartcards and CRLs.
|
||||||
Everything that is needed for a CA is implemented.")
|
Everything that is needed for a CA is implemented.")
|
||||||
(home-page "https://www.hohnstaedt.de/xca/index.php")
|
(home-page "https://www.hohnstaedt.de/xca/index.php")
|
||||||
(license #f)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
|
||||||
xca
|
xca
|
||||||
|
|
Loading…
Reference in a new issue