diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 18:36:12 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 21:08:08 +0100 |
commit | 4416e94e517a955fe6152094df8b89d2c0c13e65 (patch) | |
tree | ccbbd6cbb7edb3ade18259cab966c79a7e4f65e0 /gnu | |
parent | 127314f5cc52d1cf6539d7cc2cea3e99625822d0 (diff) | |
download | guix-4416e94e517a955fe6152094df8b89d2c0c13e65.tar.gz guix-4416e94e517a955fe6152094df8b89d2c0c13e65.zip |
gnu: xmlsec-openssl: Remove input labels.
* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b3136c3891..770bac3670 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1197,8 +1197,7 @@ Libxml2).") (package/inherit xmlsec (name "xmlsec-openssl") (inputs - `(("openssl" ,openssl) - ("libltdl" ,libltdl))) + (list openssl libltdl)) (synopsis "XML Security Library (using OpenSSL instead of GnuTLS)"))) (define-public minixml |