diff options
Diffstat (limited to 'third_party/lisp/closure-html/default.nix')
-rw-r--r-- | third_party/lisp/closure-html/default.nix | 2 |
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 175f940091ba..32ab49f8d479 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 ]; |