From d568509a0fd05d6aefaf573d68ae87765a2cd387 Mon Sep 17 00:00:00 2001 From: davidak Date: Fri, 2 Aug 2019 23:49:46 +0200 Subject: [PATCH] steam chrootenv: add lsb-release Fixes issue with operating system detection sh: lsb_release: command not found --- pkgs/games/steam/chrootenv.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix index 9e6bfc7bab86..9f0ac916751d 100644 --- a/pkgs/games/steam/chrootenv.nix +++ b/pkgs/games/steam/chrootenv.nix @@ -16,6 +16,9 @@ let commonTargetPkgs = pkgs: with pkgs; [ 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 pciutils python2