Merge pull request #241755 from wegank/openldap-mdb

openldap: drop unused db
This commit is contained in:
Weijia Wang 2023-07-06 12:07:43 +03:00 committed by GitHub
commit aa0f09558c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,9 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
# dependencies
, cyrus_sasl
, db
, groff
, libsodium
, libtool
@ -46,7 +44,6 @@ stdenv.mkDerivation rec {
(cyrus_sasl.override {
inherit openssl;
})
db
libsodium
libtool
openssl