Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-03 18:38:32 +00:00
committed by GitHub
41 changed files with 336 additions and 297 deletions
+7 -1
View File
@@ -1,4 +1,6 @@
{ stdenv, buildPackages, fetchurl, fetchpatch, flex, cracklib, db4 }:
{ stdenv, buildPackages, fetchurl, fetchpatch, flex, cracklib, db4
, nixosTests
}:
stdenv.mkDerivation rec {
pname = "linux-pam";
@@ -63,6 +65,10 @@ stdenv.mkDerivation rec {
doCheck = false; # fails
passthru.tests = {
inherit (nixosTests) pam-oath-login pam-u2f shadow;
};
meta = with stdenv.lib; {
homepage = "http://www.linux-pam.org/";
description = "Pluggable Authentication Modules, a flexible mechanism for authenticating user";