gnu: 389-ds-base: Drop input labels.
* gnu/packages/openldap.scm (389-ds-base)[inputs]: Drop labels. [native-inputs]: Drop labels.
This commit is contained in:
parent
6cf6f42334
commit
7885b5be9b
1 changed files with 34 additions and 35 deletions
|
@ -357,42 +357,41 @@ servers from Python programs.")
|
||||||
"/bin/ds-logpipe.py"
|
"/bin/ds-logpipe.py"
|
||||||
"/bin/ds-replcheck"))))))))
|
"/bin/ds-replcheck"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
(list bdb
|
||||||
("cracklib" ,cracklib)
|
cracklib
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
cyrus-sasl
|
||||||
("gnutls" ,gnutls)
|
gnutls
|
||||||
("httpd" ,httpd)
|
httpd
|
||||||
("icu4c" ,icu4c)
|
icu4c
|
||||||
("iproute" ,iproute)
|
iproute
|
||||||
("libevent" ,libevent)
|
libevent
|
||||||
("libselinux" ,libselinux)
|
libselinux
|
||||||
("linux-pam" ,linux-pam)
|
linux-pam
|
||||||
("mit-krb5" ,mit-krb5)
|
mit-krb5
|
||||||
("net-snmp" ,net-snmp)
|
net-snmp
|
||||||
("nspr" ,nspr)
|
nspr
|
||||||
("nss" ,nss)
|
nss
|
||||||
("nss:bin" ,nss "bin") ; for certutil
|
(list nss "bin") ; for certutil
|
||||||
("openldap" ,openldap)
|
openldap
|
||||||
("openssl" ,openssl) ; #included by net-snmp
|
openssl ; #included by net-snmp
|
||||||
("pcre" ,pcre)
|
pcre
|
||||||
("perl" ,perl)
|
python
|
||||||
("python" ,python)
|
python-pyasn1
|
||||||
("python-pyasn1" ,python-pyasn1)
|
python-pyasn1-modules
|
||||||
("python-pyasn1-modules" ,python-pyasn1-modules)
|
python-pytest
|
||||||
("python-pytest" ,python-pytest)
|
python-dateutil
|
||||||
("python-dateutil" ,python-dateutil)
|
python-six
|
||||||
("python-six" ,python-six)
|
python-argcomplete
|
||||||
("python-argcomplete" ,python-argcomplete)
|
python-argparse-manpage
|
||||||
("python-argparse-manpage" ,python-argparse-manpage)
|
python-ldap))
|
||||||
("python-ldap" ,python-ldap)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("doxygen" ,doxygen)
|
doxygen
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("libtool" ,libtool)
|
libtool
|
||||||
("rsync" ,rsync)
|
rsync
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(home-page "https://directory.fedoraproject.org")
|
(home-page "https://directory.fedoraproject.org")
|
||||||
(synopsis "Enterprise-class LDAP server")
|
(synopsis "Enterprise-class LDAP server")
|
||||||
(description "389ds is an enterprise-class LDAP server. It is hardened by
|
(description "389ds is an enterprise-class LDAP server. It is hardened by
|
||||||
|
|
Reference in a new issue