From 10d583d8fc376c0409450835ee4dc1abb593a4a4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 18 Dec 2021 15:29:38 +0300 Subject: chore(3p/overlays): Remove unnecessary steam fix this is now upstreamed in nixpkgs Change-Id: I6131edd326fa347f546df30b865cbc2327ae2577 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4398 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- third_party/overlays/tvl.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'third_party/overlays') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 09e85617d4..80f3372001 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -51,11 +51,6 @@ self: super: { }; }); - # Fix Steam issues with web views (nixpkgs#137279) - steam = super.steam.override { - extraPkgs = pkgs: with pkgs; [ pango harfbuzz libthai ]; - }; - # nix-serve does not work with nix 2.4 # https://github.com/edolstra/nix-serve/issues/28 nix-serve = super.nix-serve.override { nix = super.nix_2_3; }; -- cgit 1.4.1