1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

steam: add which to the environment

Close #8788, fixes #8766.

Some games use it in their starting scripts (notably FTL does that).
This commit is contained in:
Tomasz Kontusz 2015-07-12 23:05:18 +02:00 committed by Vladimír Čunát
parent 941f0ff978
commit 37dcb18a5e

View file

@ -14,6 +14,7 @@ buildFHSUserEnv {
pkgs.gnome2.zenity
pkgs.xdg_utils
pkgs.xlibs.xrandr
pkgs.which
]
++ lib.optional (config.steam.java or false) pkgs.jdk
++ lib.optional (config.steam.primus or false) pkgs.primus