From 50f5aa7173506971d671fdcdd3b63cac06474e4f Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Wed, 12 Jun 2024 11:45:53 +0200 Subject: [PATCH] fixed module name of xca --- snamellit/xca.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/snamellit/xca.scm b/snamellit/xca.scm index 01247ec..3144abe 100644 --- a/snamellit/xca.scm +++ b/snamellit/xca.scm @@ -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.