steam: Remove openssl_1_1 from fhsenv

OpenSSL 1.1 is going end of life in 2023/09, which is during the NixOS
23.05 release cycle.

The removal unfortunately breaks the Loop Hero game, for which it was
added.
This commit is contained in:
Martin Weinelt 2023-05-12 22:55:44 +02:00
parent 15b5b4756e
commit 73ccc6e844
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -206,7 +206,6 @@ in buildFHSEnv rec {
libidn2
libpsl
nghttp2.lib
openssl_1_1
rtmpdump
] ++ steamPackages.steam-runtime-wrapped.overridePkgs
++ extraLibraries pkgs;