Skip to content

Commit

Permalink
stdenv/darwin: remove OpenLDAP
Browse files Browse the repository at this point in the history
Should no longer be required now that Meson doesn’t depend on it.
  • Loading branch information
emilazy committed Jan 14, 2025
1 parent 0deb689 commit b0e0328
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/stdenv/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ let
m4
meson
ninja
openldap
openssh
patchutils
pbzx
Expand Down Expand Up @@ -638,8 +637,6 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
# Avoid pulling in a full python and its extra dependencies for the llvm/clang builds.
libxml2 = super.libxml2.override { pythonSupport = false; };

# Avoid pulling in openldap just to run Meson’s tests.
meson = super.meson.overrideAttrs { doInstallCheck = false; };
ninja = super.ninja.override { buildDocs = false; };

# pkg-config builds glib, which checks for `arpa/nameser.h` and fails to build if it can’t find it.
Expand Down

0 comments on commit b0e0328

Please sign in to comment.