zed-editor-fhs: include openssl by default (#451952)

This commit is contained in:
Pol Dellaiera
2025-10-14 18:45:49 +00:00
committed by GitHub

View File

@@ -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;