about summary refs log tree commit diff
path: root/third_party/lisp
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-12-15T20·41+0300
committerclbot <clbot@tvl.fyi>2021-12-15T21·02+0000
commit0784e68e204d93b7f447ef9e2f436cbc066920cc (patch)
treee7e685468b5770b4677af72eb9428ed390470616 /third_party/lisp
parent28ac55e94a4c71c1594d7ec51846315aed03e815 (diff)
chore(3p/lisp): use nixpkgs sources for closure-html r/3255
Change-Id: Ic903e31b03e4e4075887d37f293c89b30e6c5df4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4339
Autosubmit: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/lisp')
-rw-r--r--third_party/lisp/closure-html/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/third_party/lisp/closure-html/default.nix b/third_party/lisp/closure-html/default.nix
index 32ab49f8d4..1886ea2ec9 100644
--- a/third_party/lisp/closure-html/default.nix
+++ b/third_party/lisp/closure-html/default.nix
@@ -3,12 +3,7 @@
 let
   src = pkgs.applyPatches {
     name = "closure-html-source";
-    src = pkgs.fetchFromGitHub {
-      owner = "bluelisp";
-      repo = "closure-html";
-      rev = "fee42604ae36884d2f7c5e8ffc3441fdb8ec77b7"; # 2017-04-19
-      sha256 = "105vm29qnxh6zj3rh4jwpm8dyp3b9bsva64c8a78cr270p28d032";
-    };
+    src = pkgs.lispPackages.closure-html.src;
 
     patches = [
       # delete unexported and unused double defun in sgml-dtd.lisp