mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
tengine: don't pin to openssl_1_1 anymore
not needed after 2.4.0
This commit is contained in:
parent
2d415debb7
commit
22bdb6850c
@ -35894,7 +35894,6 @@ with pkgs;
|
||||
};
|
||||
|
||||
tengine = callPackage ../servers/http/tengine {
|
||||
openssl = openssl_1_1;
|
||||
modules = with nginxModules; [ rtmp dav moreheaders modsecurity ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user