pam: enable libxcrypt by default
This commit is contained in:
parent
2c2fde951c
commit
5df544acc2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, buildPackages, fetchurl, flex, cracklib, db4, gettext, audit
|
||||
, nixosTests
|
||||
, withLibxcrypt ? false, libxcrypt
|
||||
, withLibxcrypt ? true, libxcrypt
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue