Merge pull request #233029 from jlamur/nginx-spnego-build-fix

nginx: fix build of module spnego-http-auth
This commit is contained in:
Sandro 2023-05-24 21:54:24 +02:00 committed by GitHub
commit c898813431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
, geoip
, libbsd
, libiconv
, libkrb5
, libmaxminddb
, libmodsecurity
, libuuid
@ -783,6 +784,8 @@ let self = {
sha256 = "05rw3a7cv651951li995r5l1yzz6kwkm2xpbd59jsfzd74bw941i";
};
inputs = [ libkrb5 ];
meta = with lib; {
description = "SPNEGO HTTP Authentication Module";
homepage = "https://github.com/stnoonan/spnego-http-auth-nginx-module";