diff options
-rw-r--r-- | third_party/overlays/tvl.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 09e85617d4fa..80f337200176 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; }; |