add a patch to use the cracklib dictionairy we built (cracklib package)
svn path=/nixpkgs/trunk/; revision=4130
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{stdenv, fetchurl}:
|
||||
{stdenv, fetchurl, cracklib}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pam-0.80";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://www.nl.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-0.80.tar.bz2;
|
||||
md5 = "ccff87fe639efdfc22b1ba4a0f08ec57";
|
||||
};
|
||||
patches = [./pam-pwd.patch];
|
||||
patches = [./pam-pwd.patch ./pam-cracklib.patch];
|
||||
inherit cracklib;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user