about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-12-18T12·29+0300
committerclbot <clbot@tvl.fyi>2021-12-18T12·32+0000
commit10d583d8fc376c0409450835ee4dc1abb593a4a4 (patch)
treec13e53cf0ddc99310b3d3c4c92c955aac4aaf200 /third_party/overlays/tvl.nix
parent06a20ba3df2cb22695868043ded4d0b04ab54e44 (diff)
chore(3p/overlays): Remove unnecessary steam fix r/3289
this is now upstreamed in nixpkgs

Change-Id: I6131edd326fa347f546df30b865cbc2327ae2577
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4398
Reviewed-by: tazjin <mail@tazj.in>
Autosubmit: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--third_party/overlays/tvl.nix5
1 files changed, 0 insertions, 5 deletions
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; };