Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2020-12-26 18:28:57 +00:00
committed by GitHub
20 changed files with 236 additions and 811 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{ stdenv
, pkgs
, fetchurl
, fetchpatch
, zlib
@@ -68,7 +69,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ]
++ optional (hpnSupport || withGssapiPatches) autoreconfHook
++ optional withKerberos kerberos.dev;
++ optional withKerberos pkgs.kerberos.dev;
buildInputs = [ zlib openssl libedit pam ]
++ optional withFIDO libfido2
++ optional withKerberos kerberos;