mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
lighttpd: pin to openssl_1_1
tests fail with openssl_3_0
This commit is contained in:
parent
7cf34b26e9
commit
94d8086924
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user