mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
openldap: fix build with libxcrypt
This commit is contained in:
committed by
Martin Weinelt
parent
e8748e2afa
commit
dd331ad167
@@ -11,6 +11,7 @@
|
||||
, libtool
|
||||
, openssl
|
||||
, systemdMinimal
|
||||
, libxcrypt
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
|
||||
libsodium
|
||||
libtool
|
||||
openssl
|
||||
libxcrypt
|
||||
] ++ lib.optionals (stdenv.isLinux) [
|
||||
systemdMinimal
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user