lighttpd: pin to openssl_1_1
tests fail with openssl_3_0
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user