mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: OpenLDAP: Remove unused input.
* gnu/packages/openldap.scm (openldap)[inputs]: Remove ICU4C.
This commit is contained in:
parent
f430c621d5
commit
6b5a2e5886
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ (define-public openldap
|
|||
(inputs `(("bdb" ,bdb-5.3)
|
||||
("cyrus-sasl" ,cyrus-sasl)
|
||||
("gnutls" ,gnutls)
|
||||
("icu4c" ,icu4c)
|
||||
("libgcrypt" ,libgcrypt)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs `(("libtool" ,libtool)
|
||||
|
|
Loading…
Reference in a new issue