about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
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
   ];