From f563a3b2a940c40ecaaff86ee223ccdc20ebb22b Mon Sep 17 00:00:00 2001 From: Philipp Steinpass Date: Fri, 31 Aug 2018 12:43:08 +0200 Subject: steam: Add python3 to runtime for steam play / proton --- pkgs/games/steam/chrootenv.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/games/steam') 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; -- cgit 1.4.1