pam: add audit dependency
This allows building the pam_tty_audit module, among others
This commit is contained in:
parent
c419405421
commit
eeaf2004b0
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildPackages, fetchurl, flex, cracklib, db4, gettext
|
||||
{ lib, stdenv, buildPackages, fetchurl, flex, cracklib, db4, gettext, audit
|
||||
, nixosTests
|
||||
, withLibxcrypt ? false, libxcrypt
|
||||
}:
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ flex ]
|
||||
++ lib.optional stdenv.buildPlatform.isDarwin gettext;
|
||||
|
||||
buildInputs = [ cracklib db4 ]
|
||||
buildInputs = [ cracklib db4 audit ]
|
||||
++ lib.optional withLibxcrypt libxcrypt;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user