diff options
author | Martin Weinelt | 2023-05-12 22:55:44 +0200 |
---|---|---|
committer | Martin Weinelt | 2023-05-12 22:55:44 +0200 |
commit | 73ccc6e84407ce64201cc3fffd72c7bd515bded5 (patch) | |
tree | e7e2fd8cdd5bba265fb38724f33033fe386b120c /pkgs/games | |
parent | 15b5b4756ec697c4473c72f0b8d6f2dfe1474607 (diff) |
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.
Diffstat (limited to 'pkgs/games')
-rw-r--r-- | pkgs/games/steam/fhsenv.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix index 44615d8c21c1..a64aaacb0e7e 100644 --- a/pkgs/games/steam/fhsenv.nix +++ b/pkgs/games/steam/fhsenv.nix @@ -206,7 +206,6 @@ in buildFHSEnv rec { libidn2 libpsl nghttp2.lib - openssl_1_1 rtmpdump ] ++ steamPackages.steam-runtime-wrapped.overridePkgs ++ extraLibraries pkgs; |