From 0784e68e204d93b7f447ef9e2f436cbc066920cc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 15 Dec 2021 23:41:33 +0300 Subject: chore(3p/lisp): use nixpkgs sources for closure-html Change-Id: Ic903e31b03e4e4075887d37f293c89b30e6c5df4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4339 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: grfn --- third_party/lisp/closure-html/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'third_party/lisp/closure-html/default.nix') 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 -- cgit 1.4.1