From 0eee1eaf51387b4458fa6edcf76ac77c10038b9d Mon Sep 17 00:00:00 2001 From: sterni Date: Tue, 16 Nov 2021 00:28:17 +0100 Subject: chore(3p/overlays/tvl): drop override for sbcl nixpkgs has upgraded to SBCL 2.1.9 in the meantime, so dropping the override will ensure that we keep pace with upstream going forward, instead of ending up with an out-of-date SBCL. Change-Id: I5e04532d5ef653de4ec083deee9c9a72522daaf1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3881 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/overlays/tvl.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index ccf64924a2..8ba3c41a60 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -52,9 +52,6 @@ self: super: { }; }); - # Use latest SBCL, nixpkgs hasn't upgraded yet - sbcl = self.sbcl_2_1_9; - # Fix Steam issues with web views (nixpkgs#137279) steam = super.steam.override { extraPkgs = pkgs: with pkgs; [ pango harfbuzz libthai ]; -- cgit 1.4.1