gnu: OpenLDAP: Update to 2.6.2.

* gnu/packages/openldap.scm (openldap): Update to 2.6.2.
[source](uri): Update primary mirror.
[arguments]: Take from ...
(openldap-2.6): ... this removed variable.  Remove #:make-flags, and set the
STRIP variable in fix-cross-gcc phase.
(python-ldap)[inputs]: Change from OPENLDAP-2.6 to OPENLDAP.
* gnu/packages/django.scm (python-django-auth-ldap)[native-inputs]: Likewise.
This commit is contained in:
Marius Bakke 2022-07-13 20:46:56 +02:00
parent 83a8c033f1
commit 5708638a93
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 46 additions and 87 deletions

View file

@ -1230,7 +1230,7 @@ FileFields during tests.")
(invoke "pip" "--no-cache-dir" "--no-input"
"install" "--no-deps" "--prefix" #$output whl)))))))
(native-inputs
(list openldap-2.6 python-wheel python-setuptools-scm python-toml
(list openldap python-wheel python-setuptools-scm python-toml
;; These can be removed after <https://bugs.gnu.org/46848>.
python-pypa-build python-pip))