* pam_unix2, a better passwd authentication module.
svn path=/nixpkgs/trunk/; revision=7304
This commit is contained in:
parent
52241b5b0f
commit
745acdd93a
12
pkgs/os-specific/linux/pam_unix2/default.nix
Normal file
12
pkgs/os-specific/linux/pam_unix2/default.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{stdenv, fetchurl, pam}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "pam_unix2-2.1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.1.tar.bz2;
|
||||||
|
md5 = "08d3bc1940897b5dfcbe2f51dd979ad0";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [pam];
|
||||||
|
}
|
@ -2191,6 +2191,10 @@ rec {
|
|||||||
inherit stdenv fetchurl pam;
|
inherit stdenv fetchurl pam;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pam_unix2 = import ../os-specific/linux/pam_unix2 {
|
||||||
|
inherit stdenv fetchurl pam;
|
||||||
|
};
|
||||||
|
|
||||||
procps = import ../os-specific/linux/procps {
|
procps = import ../os-specific/linux/procps {
|
||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user