diff options
author | sterni <sternenseemann@systemli.org> | 2022-12-12T09·48+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-12-19T12·44+0000 |
commit | fcdf5d2845058126716fe5604a2a5726c926c124 (patch) | |
tree | 9ec94471cbbc2b3d42492d14655283514fd16ee3 /third_party/overlays | |
parent | d026a021b7fb0c9c7206f5c6d8094d297dc0b462 (diff) |
chore(3p/sources): Bump channels & overlays r/5426
* //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 <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/overlays')
-rw-r--r-- | third_party/overlays/tvl.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 2d20264ff6db..c3dafb549912 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; }; |