diff options
Diffstat (limited to 'third_party/lisp/hunchentoot.nix')
-rw-r--r-- | third_party/lisp/hunchentoot.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/lisp/hunchentoot.nix b/third_party/lisp/hunchentoot.nix index 3006f5fd72d7..24eae6a348cf 100644 --- a/third_party/lisp/hunchentoot.nix +++ b/third_party/lisp/hunchentoot.nix @@ -58,4 +58,8 @@ in depot.nix.buildLisp.library { "acceptor.lisp" "easy-handlers.lisp" ]; + + brokenOn = [ + "ecl" # dynamic cffi + ]; } |