about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-09-01T23·22+0200
committersterni <sternenseemann@systemli.org>2021-09-02T15·57+0000
commit56d2b08955eb7d1b6448caaf8178ca1f587a947e (patch)
treedde8b3078ddfb630695bba1bf930154d8acbd63c /third_party
parent761f9ce38462f2b6333f614969daecc0310d42d6 (diff)
refactor(3p/lisp/closure-html): don't compile in asd file r/2818
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 <grfn@gws.fyi>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/lisp/closure-html/default.nix2
1 files changed, 0 insertions, 2 deletions
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
   ];