pam_ccreds: add license
This commit is contained in:
parent
c6eff80696
commit
7c10761149
@ -11,10 +11,12 @@ stdenv.mkDerivation {
|
|||||||
sed 's/-o root -g root//' -i Makefile.in
|
sed 's/-o root -g root//' -i Makefile.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [pam openssl db];
|
buildInputs = [ pam openssl db ];
|
||||||
meta = {
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.padl.com/OSS/pam_ccreds.html;
|
homepage = http://www.padl.com/OSS/pam_ccreds.html;
|
||||||
description = "PAM module to locally authenticate using an enterprise identity when the network is unavailable";
|
description = "PAM module to locally authenticate using an enterprise identity when the network is unavailable";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user