alpine: fix build with libxcrypt
This commit is contained in:
parent
3028beca39
commit
cc9be15a2f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{lib, stdenv, fetchurl, ncurses, tcl, openssl, pam, libkrb5
|
{lib, stdenv, fetchurl, ncurses, tcl, openssl, pam, libkrb5
|
||||||
, openldap
|
, openldap, libxcrypt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ncurses tcl openssl pam libkrb5 openldap
|
ncurses tcl openssl pam libkrb5 openldap libxcrypt
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
Loading…
Reference in a new issue