diff options
Diffstat (limited to 'third_party/lisp')
-rw-r--r-- | third_party/lisp/cl-json.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/third_party/lisp/cl-json.nix b/third_party/lisp/cl-json.nix index 0230f274afc0..d56f9b9e1b6d 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"; |