summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@tutanota.com>2023-07-06 00:18:59 +0200
committerMartino Fontana <tinozzo123@tutanota.com>2023-07-06 11:25:01 +0200
commit25043c264d1b78ab1e87ab83f270f9f5c4d8fea3 (patch)
treecf8d722708746f42c180868fd87681683b02b55b /pkgs/games/steam
parentab163c16eebcabb8bf4339e41fbff61bf447c60e (diff)
downloadnixpkgs-25043c264d1b78ab1e87ab83f270f9f5c4d8fea3.tar
nixpkgs-25043c264d1b78ab1e87ab83f270f9f5c4d8fea3.tar.gz
nixpkgs-25043c264d1b78ab1e87ab83f270f9f5c4d8fea3.tar.bz2
nixpkgs-25043c264d1b78ab1e87ab83f270f9f5c4d8fea3.tar.lz
nixpkgs-25043c264d1b78ab1e87ab83f270f9f5c4d8fea3.tar.xz
nixpkgs-25043c264d1b78ab1e87ab83f270f9f5c4d8fea3.tar.zst
nixpkgs-25043c264d1b78ab1e87ab83f270f9f5c4d8fea3.zip
steam: add openssl to fhsenv
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/fhsenv.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index dee43cb4b2e..4b08c1db7c6 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -5,7 +5,7 @@
 , extraProfile ? "" # string to append to profile
 , extraArgs ? "" # arguments to always pass to steam
 , extraEnv ? { } # Environment variables to pass to Steam
-, withGameSpecificLibraries ? true # exclude game specific libraries
+, withGameSpecificLibraries ? true # include game specific libraries
 }:
 
 let
@@ -189,6 +189,7 @@ in buildFHSEnv rec {
     libxcrypt # Alien Isolation, XCOM 2, Company of Heroes 2
     mono
     ncurses # Crusader Kings III
+    openssl
     xorg.xkeyboardconfig
     xorg.libpciaccess
     xorg.libXScrnSaver # Dead Cells
@@ -211,6 +212,7 @@ in buildFHSEnv rec {
     alsa-lib
 
     # Loop Hero
+    # FIXME: Also requires openssl_1_1, which is EOL. Either find an alternative solution, or remove these dependencies (if not needed by other games)
     libidn2
     libpsl
     nghttp2.lib