Unverified Commit 73ccc6e8 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent 15b5b475
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -206,7 +206,6 @@ in buildFHSEnv rec {
    libidn2
    libpsl
    nghttp2.lib
    openssl_1_1
    rtmpdump
  ] ++ steamPackages.steam-runtime-wrapped.overridePkgs
  ++ extraLibraries pkgs;