diff options
Diffstat (limited to 'third_party/lisp/closure-html/default.nix')
-rw-r--r-- | third_party/lisp/closure-html/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/lisp/closure-html/default.nix b/third_party/lisp/closure-html/default.nix index 1886ea2ec9a2..5e9eacdcb63e 100644 --- a/third_party/lisp/closure-html/default.nix +++ b/third_party/lisp/closure-html/default.nix @@ -9,7 +9,7 @@ let # delete unexported and unused double defun in sgml-dtd.lisp # which reference undefined CL-USER:*HTML-DTD* (!) which # unlike CLOSURE-HTML:*HTML-DTD* is not involved in the - # packages operation. + # package's operation. ./no-double-defun.patch # Patches html-parser.lisp to look for the distributed # dtd files and catalog in this source derivations out @@ -62,4 +62,8 @@ depot.nix.buildLisp.library { depot.third_party.lisp.flexi-streams depot.third_party.lisp.closure-common ]; + + brokenOn = [ + "ecl" # see closure-common + ]; } |