forked from mirrors/nixpkgs
steam chrootenv: add lsb-release
Fixes issue with operating system detection sh: lsb_release: command not found
This commit is contained in:
parent
50dd759948
commit
d568509a0f
|
@ -16,6 +16,9 @@ let
|
|||
commonTargetPkgs = pkgs: with pkgs;
|
||||
[
|
||||
steamPackages.steam-fonts
|
||||
# Needed for operating system detection until
|
||||
# https://github.com/ValveSoftware/steam-for-linux/issues/5909 is resolved
|
||||
lsb-release
|
||||
# Errors in output without those
|
||||
pciutils
|
||||
python2
|
||||
|
|
Loading…
Reference in a new issue