summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorSvein Ove Aas <sveina@gmail.com>2016-09-11 16:17:57 +0100
committerSvein Ove Aas <sveina@gmail.com>2016-09-11 16:17:57 +0100
commit70e4eab55b103207e42ae252ecd2683d7d9406eb (patch)
treedb6c713b05f7c9e354ffaf6bbc5991d3b028e25b /pkgs/games/steam
parentf19c961b4e461da045f2e72e73701059e5117be0 (diff)
downloadnixpkgs-70e4eab55b103207e42ae252ecd2683d7d9406eb.tar
nixpkgs-70e4eab55b103207e42ae252ecd2683d7d9406eb.tar.gz
nixpkgs-70e4eab55b103207e42ae252ecd2683d7d9406eb.tar.bz2
nixpkgs-70e4eab55b103207e42ae252ecd2683d7d9406eb.tar.lz
nixpkgs-70e4eab55b103207e42ae252ecd2683d7d9406eb.tar.xz
nixpkgs-70e4eab55b103207e42ae252ecd2683d7d9406eb.tar.zst
nixpkgs-70e4eab55b103207e42ae252ecd2683d7d9406eb.zip
steam: Some games use Mono
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/chrootenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix
index 9a766455055..8c86371ecab 100644
--- a/pkgs/games/steam/chrootenv.nix
+++ b/pkgs/games/steam/chrootenv.nix
@@ -51,6 +51,7 @@ in buildFHSUserEnv rec {
     gst_all_1.gstreamer
     gst_all_1.gst-plugins-ugly
     libdrm
+    mono
 
     (steamPackages.steam-runtime-wrapped.override {
       inherit nativeOnly runtimeOnly newStdcpp;