From 16db185d97ecb5e2de308e4f927aa007f24df24c Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 19 Dec 2022 11:40:19 +0100 Subject: chore(3p/sources): Bump channels & overlays * //third_party/overlays/tvl: remove SBCL override, as SBCL 2.2.11 fixes the bug we were running into. * //fun/gemma: use historical nixpkgs for everything due to ABI incompatibilities triggered by preloaded libredirect.so wanting GLIBC_2.34 which is not available in elm-make. Change-Id: I465f0366413856e45ddd1e67fc9d732075e2f3c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7595 Tested-by: BuildkiteCI Autosubmit: sterni Reviewed-by: grfn --- third_party/overlays/tvl.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'third_party/overlays/tvl.nix') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index c3dafb549912..2d20264ff6db 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -92,10 +92,6 @@ in }; }); - # SBCL 2.2.10 breaks lisp-binary somehow - # https://github.com/j3pic/lisp-binary/issues/59 - sbcl = self.sbcl_2_2_9; - # 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