diff options
Diffstat (limited to 'fun/gemma/default.nix')
-rw-r--r-- | fun/gemma/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fun/gemma/default.nix b/fun/gemma/default.nix index 0b5e67b1594b..4a26005852f9 100644 --- a/fun/gemma/default.nix +++ b/fun/gemma/default.nix @@ -33,7 +33,8 @@ let cp ${frontend} $out/index.html ''}/") ''; -in depot.nix.buildLisp.program { +in +depot.nix.buildLisp.program { name = "gemma"; deps = with depot.third_party.lisp; [ |