Skip to content

Commit

Permalink
openldap: fix build with libxcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored and mweinelt committed Oct 9, 2022
1 parent e8748e2 commit dd331ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/openldap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, libtool
, openssl
, systemdMinimal
, libxcrypt
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
libsodium
libtool
openssl
libxcrypt
] ++ lib.optionals (stdenv.isLinux) [
systemdMinimal
];
Expand Down

0 comments on commit dd331ad

Please sign in to comment.