chore(3p/lisp): use nixpkgs sources for closure-html
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>
This commit is contained in:
parent
28ac55e94a
commit
0784e68e20
1 changed files with 1 additions and 6 deletions
7
third_party/lisp/closure-html/default.nix
vendored
7
third_party/lisp/closure-html/default.nix
vendored
|
@ -3,12 +3,7 @@
|
||||||
let
|
let
|
||||||
src = pkgs.applyPatches {
|
src = pkgs.applyPatches {
|
||||||
name = "closure-html-source";
|
name = "closure-html-source";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.lispPackages.closure-html.src;
|
||||||
owner = "bluelisp";
|
|
||||||
repo = "closure-html";
|
|
||||||
rev = "fee42604ae36884d2f7c5e8ffc3441fdb8ec77b7"; # 2017-04-19
|
|
||||||
sha256 = "105vm29qnxh6zj3rh4jwpm8dyp3b9bsva64c8a78cr270p28d032";
|
|
||||||
};
|
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# delete unexported and unused double defun in sgml-dtd.lisp
|
# delete unexported and unused double defun in sgml-dtd.lisp
|
||||||
|
|
Loading…
Reference in a new issue