summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMartin Weinelt2023-05-12 22:55:44 +0200
committerMartin Weinelt2023-05-12 22:55:44 +0200
commit73ccc6e84407ce64201cc3fffd72c7bd515bded5 (patch)
treee7e2fd8cdd5bba265fb38724f33033fe386b120c /pkgs/games
parent15b5b4756ec697c4473c72f0b8d6f2dfe1474607 (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.nix1
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;