fixed module name of xca
This commit is contained in:
parent
af7cf917c0
commit
50f5aa7173
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue