steam-fonts: use for chrootenv

This commit is contained in:
Nikolay Amiantov 2015-10-15 15:17:28 +03:00
parent 2286c1894d
commit 18ddcd2847

View File

@ -8,6 +8,7 @@ buildFHSUserEnv {
targetPkgs = pkgs: with pkgs; [ targetPkgs = pkgs: with pkgs; [
steamPackages.steam steamPackages.steam
steamPackages.steam-fonts
# Errors in output without those # Errors in output without those
pciutils pciutils
python2 python2
@ -16,8 +17,6 @@ buildFHSUserEnv {
which which
# Needed by gdialog, including in the steam-runtime # Needed by gdialog, including in the steam-runtime
perl perl
# Problems with text visibility in some games
corefonts
] ]
++ lib.optional withJava jdk ++ lib.optional withJava jdk
++ lib.optional withPrimus primus ++ lib.optional withPrimus primus