about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-10 18:05:54 +0000
committerGitHub <noreply@github.com>2017-11-10 18:05:54 +0000
commitb6b931a4f9746854c493bc0d3de7a4c942100381 (patch)
treef7d0dad08f3ecf7a6c42590a93899b8ee14e9d53 /pkgs
parent894db25ee2b77281aa6fc27939d06d769627f37b (diff)
parent6c862b8553b7759841d6fcfabd6cf3af8df43f75 (diff)
Merge pull request #31480 from DIzFer/steam-borderlands-fix
steam-chrootenv: add iana-etc, fixes #25443
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/steam/chrootenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix
index 856e4f6c6c153..d9263d2c2f5e0 100644
--- a/pkgs/games/steam/chrootenv.nix
+++ b/pkgs/games/steam/chrootenv.nix
@@ -32,6 +32,7 @@ let
       xdg_utils
       # Zoneinfo
       etc-zoneinfo
+      iana-etc
     ] ++ lib.optional withJava jdk
       ++ lib.optional withPrimus primus
       ++ extraPkgs pkgs;