From 73ccc6e84407ce64201cc3fffd72c7bd515bded5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 12 May 2023 22:55:44 +0200 Subject: [PATCH] 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. --- pkgs/games/steam/fhsenv.nix | 1 - 1 file changed, 1 deletion(-) 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;