mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +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.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
|
||||
|
Loading…
Reference in New Issue
Block a user