nginx: fix build of module spnego-http-auth

This commit is contained in:
Jules Lamur 2023-05-20 16:08:24 +02:00
parent 93f90f29f9
commit dcb2cc849e
No known key found for this signature in database
GPG key ID: 6710CF0C1CBD7762

View file

@ -15,6 +15,7 @@
, geoip
, libbsd
, libiconv
, libkrb5
, libmaxminddb
, libmodsecurity
, libuuid
@ -782,6 +783,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";