Merge pull request #45855 from pstn/steam-python3

steam: Add python3 to runtime for steam play / proton
This commit is contained in:
Sarah Brofeldt 2018-09-01 10:51:20 +02:00 committed by GitHub
commit b57350e6d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;