* Add libxcrypt for Blowfish support in pam_unix2.

svn path=/nixpkgs/trunk/; revision=7305
This commit is contained in:
Eelco Dolstra
2006-12-11 02:35:05 +00:00
parent 745acdd93a
commit 5b262e235e
3 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libxcrypt-2.4";
src = fetchurl {
url = ftp://ftp.suse.com/pub/people/kukuk/libxcrypt/libxcrypt-2.4.tar.bz2;
md5 = "b5ae266550af2d04423da7d3af08a82a";
};
}