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
|
@ -295,6 +295,7 @@ servers from Python programs.")
|
||||||
("nspr" ,nspr)
|
("nspr" ,nspr)
|
||||||
("nss" ,nss)
|
("nss" ,nss)
|
||||||
("openldap" ,openldap)
|
("openldap" ,openldap)
|
||||||
|
("openssl" ,openssl) ; #included by net-snmp
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
|
|
Loading…
Reference in New Issue