From fcdf5d2845058126716fe5604a2a5726c926c124 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 12 Dec 2022 10:48:21 +0100 Subject: chore(3p/sources): Bump channels & overlays * //users/grfn/modules/games: StoneSense requires DFHack to be enabled * //users/grfn/system/iso: gtk needs cairo with xlibs * //users: deal with emacs-overlay attribute renames * //3p/overlays: downgrade sbcl to workaround lisp-binary compilation failure Change-Id: I1573280a923e5021ef399734cb5519b37e72c670 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7563 Reviewed-by: sterni Reviewed-by: tazjin Autosubmit: sterni Reviewed-by: grfn Tested-by: BuildkiteCI --- third_party/overlays/tvl.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/overlays/tvl.nix') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 2d20264ff6..c3dafb5499 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -92,6 +92,10 @@ 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