pam_ccreds: add license

This commit is contained in:
Markus Kowalewski 2018-08-30 21:40:20 +02:00
parent c6eff80696
commit 7c10761149
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -12,9 +12,11 @@ stdenv.mkDerivation {
'';
buildInputs = [ pam openssl db ];
meta = {
meta = with stdenv.lib; {
homepage = http://www.padl.com/OSS/pam_ccreds.html;
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;
};
}