lighttpd: pin to openssl_1_1

tests fail with openssl_3_0
This commit is contained in:
ajs124 2022-05-31 23:37:19 +02:00
parent 7cf34b26e9
commit 94d8086924

View File

@ -22640,7 +22640,9 @@ with pkgs;
nodejs = nodejs-14_x;
};
lighttpd = callPackage ../servers/http/lighttpd { };
lighttpd = callPackage ../servers/http/lighttpd {
openssl = openssl_1_1;
};
listmonk = callPackage ../servers/mail/listmonk { };