ldapvi: fix build with libxcrypt

This commit is contained in:
Martin Weinelt
2022-10-09 18:10:34 +02:00
parent ce67773d12
commit f51c3fd469
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, openldap, openssl, popt, glib, ncurses, readline, pkg-config, cyrus_sasl, autoconf, automake }:
{ lib, stdenv, fetchgit, openldap, openssl, popt, glib, libxcrypt, ncurses, readline, pkg-config, cyrus_sasl, autoconf, automake }:
stdenv.mkDerivation {
pname = "ldapvi";
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [ pkg-config autoconf automake ];
buildInputs = [ openldap openssl popt glib ncurses readline cyrus_sasl ];
buildInputs = [ openldap openssl popt glib libxcrypt ncurses readline cyrus_sasl ];
preConfigure = ''
cd ldapvi