fix linting issues

This commit is contained in:
Peter Tillemans 2024-06-12 14:50:49 +02:00
parent 84f188690e
commit 8481a44d9a

View file

@ -27,13 +27,15 @@
(build-system cmake-build-system)
(arguments
'(#: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")
(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.")
(home-page "https://www.hohnstaedt.de/xca/index.php")
(license #f)))
(license license:bsd-3)))
xca