pam_ccreds: add license

wip/yesman
Markus Kowalewski 6 years ago
parent c6eff80696
commit 7c10761149
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 8
      pkgs/os-specific/linux/pam_ccreds/default.nix

@ -11,10 +11,12 @@ stdenv.mkDerivation {
sed 's/-o root -g root//' -i Makefile.in
'';
buildInputs = [pam openssl db];
meta = {
buildInputs = [ pam openssl db ];
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;
};
}

Loading…
Cancel
Save