alpine: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-27 04:29:53 +02:00 committed by Martin Weinelt
parent 3028beca39
commit cc9be15a2f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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" ];