zed-editor-fhs: include openssl by default
Required by package-version-server and possibly other language servers
This commit is contained in:
@@ -72,6 +72,8 @@ let
|
||||
(with pkgs; [
|
||||
# ld-linux-x86-64-linux.so.2 and others
|
||||
glibc
|
||||
# required by at least https://github.com/zed-industries/package-version-server
|
||||
openssl
|
||||
])
|
||||
++ additionalPkgs pkgs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user