summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-09-01 10:51:20 +0200
committerGitHub <noreply@github.com>2018-09-01 10:51:20 +0200
commitb57350e6d84b374242cce3d6c3e99b3f94dec629 (patch)
treee676c4c5cff76e8e33c31ee32989d5020426846e /pkgs/games/steam
parent0473466ba5e606d4175342c4f2647e68dcebafe3 (diff)
parentf563a3b2a940c40ecaaff86ee223ccdc20ebb22b (diff)
downloadnixpkgs-b57350e6d84b374242cce3d6c3e99b3f94dec629.tar
nixpkgs-b57350e6d84b374242cce3d6c3e99b3f94dec629.tar.gz
nixpkgs-b57350e6d84b374242cce3d6c3e99b3f94dec629.tar.bz2
nixpkgs-b57350e6d84b374242cce3d6c3e99b3f94dec629.tar.lz
nixpkgs-b57350e6d84b374242cce3d6c3e99b3f94dec629.tar.xz
nixpkgs-b57350e6d84b374242cce3d6c3e99b3f94dec629.tar.zst
nixpkgs-b57350e6d84b374242cce3d6c3e99b3f94dec629.zip
Merge pull request #45855 from pstn/steam-python3
steam: Add python3 to runtime for steam play / proton
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/chrootenv.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix
index 4de5f660818..2762155d63c 100644
--- a/pkgs/games/steam/chrootenv.nix
+++ b/pkgs/games/steam/chrootenv.nix
@@ -23,6 +23,8 @@ let
       # Open URLs
       xdg_utils
       iana-etc
+      # Steam Play / Proton
+      python3
     ] ++ lib.optional withJava jdk
       ++ lib.optional withPrimus primus
       ++ extraPkgs pkgs;