steam: add xdg_utils to chrootenv

This commit is contained in:
Nikolay Amiantov 2016-04-08 03:11:40 +03:00
parent df3a139dc4
commit c4bbfdb478

View File

@ -24,6 +24,8 @@ let
which
# Needed by gdialog, including in the steam-runtime
perl
# Open URLs
xdg_utils
] ++ lib.optional withJava jdk
++ lib.optional withPrimus (primus.override {
stdenv = overrideInStdenv stdenv [ useOldCXXAbi ];