mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: 389-ds-base: Fix build.
* gnu/packages/openldap.scm (389-ds-base)[inputs]: Add openssl.
This commit is contained in:
parent
238d950b79
commit
6d7ca74ba6
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ (define-public 389-ds-base
|
|||
("nspr" ,nspr)
|
||||
("nss" ,nss)
|
||||
("openldap" ,openldap)
|
||||
("openssl" ,openssl) ; #included by net-snmp
|
||||
("pcre" ,pcre)
|
||||
("perl" ,perl)
|
||||
("python" ,python)
|
||||
|
|
Loading…
Reference in a new issue