diff options
Diffstat (limited to 'third_party/lisp/easy-routes.nix')
-rw-r--r-- | third_party/lisp/easy-routes.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/lisp/easy-routes.nix b/third_party/lisp/easy-routes.nix index 63eb8b5e3844..93aed8a66765 100644 --- a/third_party/lisp/easy-routes.nix +++ b/third_party/lisp/easy-routes.nix @@ -23,4 +23,7 @@ in depot.nix.buildLisp.library { "routes-map-printer.lisp" ]; + brokenOn = [ + "ecl" # dynamic cffi + ]; } |