otpw: fix build with libxcrypt
This commit is contained in:
parent
eee1cec722
commit
55a576305e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, pam }:
|
||||
{ lib, stdenv, fetchurl, pam, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "otpw";
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
cp *.8 $out/share/man/man8
|
||||
'';
|
||||
|
||||
buildInputs = [ pam ];
|
||||
buildInputs = [ pam libxcrypt ];
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue