diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-15T20·41+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-15T21·02+0000 |
commit | 0784e68e204d93b7f447ef9e2f436cbc066920cc (patch) | |
tree | e7e685468b5770b4677af72eb9428ed390470616 /third_party | |
parent | 28ac55e94a4c71c1594d7ec51846315aed03e815 (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')
-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 |