From c4bbfdb478fdda41d9e8aa2747440025c29f37a3 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Fri, 8 Apr 2016 03:11:40 +0300 Subject: [PATCH] steam: add xdg_utils to chrootenv --- pkgs/games/steam/chrootenv.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix index 4bb81d30027..7a4fd611b1b 100644 --- a/pkgs/games/steam/chrootenv.nix +++ b/pkgs/games/steam/chrootenv.nix @@ -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 ];