lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #241784 from SuperSamus/steam-openssl

steam: add openssl to fhsenv

authored by

Weijia Wang and committed by
GitHub
3f6a6e33 f9a6be7d

+3 -1
+3 -1
pkgs/games/steam/fhsenv.nix
··· 5 5 , extraProfile ? "" # string to append to profile 6 6 , extraArgs ? "" # arguments to always pass to steam 7 7 , extraEnv ? { } # Environment variables to pass to Steam 8 - , withGameSpecificLibraries ? true # exclude game specific libraries 8 + , withGameSpecificLibraries ? true # include game specific libraries 9 9 }: 10 10 11 11 let ··· 193 193 libxcrypt # Alien Isolation, XCOM 2, Company of Heroes 2 194 194 mono 195 195 ncurses # Crusader Kings III 196 + openssl 196 197 xorg.xkeyboardconfig 197 198 xorg.libpciaccess 198 199 xorg.libXScrnSaver # Dead Cells ··· 214 215 alsa-lib 215 216 216 217 # Loop Hero 218 + # FIXME: Also requires openssl_1_1, which is EOL. Either find an alternative solution, or remove these dependencies (if not needed by other games) 217 219 libidn2 218 220 libpsl 219 221 nghttp2.lib