mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00: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:
parent
941f0ff978
commit
37dcb18a5e
|
@ -14,6 +14,7 @@ buildFHSUserEnv {
|
||||||
pkgs.gnome2.zenity
|
pkgs.gnome2.zenity
|
||||||
pkgs.xdg_utils
|
pkgs.xdg_utils
|
||||||
pkgs.xlibs.xrandr
|
pkgs.xlibs.xrandr
|
||||||
|
pkgs.which
|
||||||
]
|
]
|
||||||
++ lib.optional (config.steam.java or false) pkgs.jdk
|
++ lib.optional (config.steam.java or false) pkgs.jdk
|
||||||
++ lib.optional (config.steam.primus or false) pkgs.primus
|
++ lib.optional (config.steam.primus or false) pkgs.primus
|
||||||
|
|
Loading…
Reference in a new issue