fixed module name of xca

This commit is contained in:
Peter Tillemans 2024-06-12 11:45:53 +02:00
parent af7cf917c0
commit 50f5aa7173

View file

@ -1,4 +1,4 @@
(define-module (snamellit tools)
(define-module (snamellit xca)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages gcc)
@ -27,8 +27,7 @@
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ;; tests fail because cannot connect to display and date conversion
(inputs (list openssl-1.1 pkg-config qtbase-5 qttools-5 python-sphinx))
(native-inputs (list ))
(inputs (list openssl pkg-config qtbase-5 qttools-5 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.