about summary refs log tree commit diff
path: root/third_party/lisp
diff options
context:
space:
mode:
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