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;
|
commonTargetPkgs = pkgs: with pkgs;
|
||||||
[
|
[
|
||||||
steamPackages.steam-fonts
|
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
|
# Errors in output without those
|
||||||
pciutils
|
pciutils
|
||||||
python2
|
python2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user