diff options
Diffstat (limited to 'third_party/lisp/closure-html/default.nix')
-rw-r--r-- | third_party/lisp/closure-html/default.nix | 7 |
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 32ab49f8d479..1886ea2ec9a2 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 |