summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorPhilipp Steinpass <philipp@xndr.de>2018-08-31 12:43:08 +0200
committerPhilipp Steinpass <philipp@xndr.de>2018-08-31 12:43:08 +0200
commitf563a3b2a940c40ecaaff86ee223ccdc20ebb22b (patch)
tree57cc7d53bac5e957a46a91fafed95c7c7ac4b499 /pkgs/games/steam
parent8395f9aa85e621c076334a67d814de8221ce7983 (diff)
downloadnixpkgs-f563a3b2a940c40ecaaff86ee223ccdc20ebb22b.tar
nixpkgs-f563a3b2a940c40ecaaff86ee223ccdc20ebb22b.tar.gz
nixpkgs-f563a3b2a940c40ecaaff86ee223ccdc20ebb22b.tar.bz2
nixpkgs-f563a3b2a940c40ecaaff86ee223ccdc20ebb22b.tar.lz
nixpkgs-f563a3b2a940c40ecaaff86ee223ccdc20ebb22b.tar.xz
nixpkgs-f563a3b2a940c40ecaaff86ee223ccdc20ebb22b.tar.zst
nixpkgs-f563a3b2a940c40ecaaff86ee223ccdc20ebb22b.zip
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;