diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/panettone/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/panettone/default.nix b/web/panettone/default.nix index 8dd4543af0d2..a01e0d81c83a 100644 --- a/web/panettone/default.nix +++ b/web/panettone/default.nix @@ -50,5 +50,6 @@ depot.nix.buildLisp.program { brokenOn = [ "ecl" # dependencies use dynamic cffi + "ccl" # The value NIL is not of the expected type STRING. when loading model.lisp ]; } |