From 56d2b08955eb7d1b6448caaf8178ca1f587a947e Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 2 Sep 2021 01:22:29 +0200 Subject: refactor(3p/lisp/closure-html): don't compile in asd file This seems to be unnecessary: It doesn't muffle any SBCL warnings that affect a current version and does nothing special otherwise. Change-Id: I36efde761fc95d9df735f29d2eb369c6b61853c9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3486 Tested-by: BuildkiteCI Reviewed-by: grfn --- third_party/lisp/closure-html/default.nix | 2 -- 1 file changed, 2 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 175f940091..32ab49f8d4 100644 --- a/third_party/lisp/closure-html/default.nix +++ b/third_party/lisp/closure-html/default.nix @@ -48,7 +48,6 @@ depot.nix.buildLisp.library { name = "closure-html"; srcs = getSrcs [ - "closure-html.asd" "src/defpack.lisp" "src/define-html-dtd.lisp" "src/glisp/util.lisp" @@ -65,7 +64,6 @@ depot.nix.buildLisp.library { ]; deps = [ - (depot.nix.buildLisp.bundled "asdf") depot.third_party.lisp.flexi-streams depot.third_party.lisp.closure-common ]; -- cgit 1.4.1