alpine: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:09:42 +02:00
committed by Martin Weinelt
parent 3028beca39
commit cc9be15a2f
@@ -1,5 +1,5 @@
{lib, stdenv, fetchurl, ncurses, tcl, openssl, pam, libkrb5
, openldap
, openldap, libxcrypt
}:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
ncurses tcl openssl pam libkrb5 openldap
ncurses tcl openssl pam libkrb5 openldap libxcrypt
];
hardeningDisable = [ "format" ];