Unverified Commit 68ef6225 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 6d476560 b6a68ab1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;