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 base)
#:use-module (gnu packages compression) #:use-module (gnu packages compression)
#:use-module (gnu packages gcc) #:use-module (gnu packages gcc)
@ -27,8 +27,7 @@
(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-1.1 pkg-config qtbase-5 qttools-5 python-sphinx)) (inputs (list openssl pkg-config qtbase-5 qttools-5 python-sphinx))
(native-inputs (list ))
(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.