diff options
Diffstat (limited to 'third_party/lisp/drakma.nix')
-rw-r--r-- | third_party/lisp/drakma.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/lisp/drakma.nix b/third_party/lisp/drakma.nix index 80c82aee1f6f..3757aad7b144 100644 --- a/third_party/lisp/drakma.nix +++ b/third_party/lisp/drakma.nix @@ -32,4 +32,8 @@ in depot.nix.buildLisp.library { "encoding.lisp" "request.lisp" ]; + + brokenOn = [ + "ecl" # dynamic cffi + ]; } |