From a7f9624fb39989ae2180901ffd89a37824adc1a1 Mon Sep 17 00:00:00 2001 From: sterni Date: Tue, 31 May 2022 16:41:34 +0200 Subject: chore(3p/lisp/cl-json): use quicklisp source This switches upstream from hankhero/cl-json to sharplispers/cl-json (the former of which had its last commit in 2014). Sadly the new upstream hasn't decided on an appropriate fix for b/145 yet (due to concern about backwards compatibility, apparently). I did not look before working on a fix, so I have an 90% finished fix which is (I think) better than the already proposed ones, so I'll patch it in here eventually. Change-Id: I9e39e138fa655794b864db5f268bdfdc35788fcc Reviewed-on: https://cl.tvl.fyi/c/depot/+/5795 Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/lisp/cl-json.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/third_party/lisp/cl-json.nix b/third_party/lisp/cl-json.nix index 0230f274af..d56f9b9e1b 100644 --- a/third_party/lisp/cl-json.nix +++ b/third_party/lisp/cl-json.nix @@ -4,12 +4,7 @@ let inherit (depot.nix) buildLisp; - src = pkgs.fetchFromGitHub { - owner = "hankhero"; - repo = "cl-json"; - rev = "6dfebb9540bfc3cc33582d0c03c9ec27cb913e79"; - sha256 = "0fx3m3x3s5ji950yzpazz4s0img3l6b3d6l3jrfjv0lr702496lh"; - }; + src = pkgs.srcOnly pkgs.quicklispPackages.cl-json; in buildLisp.library { name = "cl-json"; -- cgit 1.4.1