pam: enable libxcrypt by default

This commit is contained in:
Franz Pletz 2022-09-24 20:37:45 +02:00 committed by Martin Weinelt
parent 2c2fde951c
commit 5df544acc2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,6 +1,6 @@
{ lib, stdenv, buildPackages, fetchurl, flex, cracklib, db4, gettext, audit
, nixosTests
, withLibxcrypt ? false, libxcrypt
, withLibxcrypt ? true, libxcrypt
}:
stdenv.mkDerivation rec {