nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

openldap: fix build with libxcrypt

authored by

Franz Pletz and committed by
Martin Weinelt
dd331ad1 e8748e2a

+2
+2
pkgs/development/libraries/openldap/default.nix
··· 11 11 , libtool 12 12 , openssl 13 13 , systemdMinimal 14 + , libxcrypt 14 15 }: 15 16 16 17 stdenv.mkDerivation rec { ··· 43 42 libsodium 44 43 libtool 45 44 openssl 45 + libxcrypt 46 46 ] ++ lib.optionals (stdenv.isLinux) [ 47 47 systemdMinimal 48 48 ];