diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-22T11·56+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-22T11·56+0000 |
commit | ec30e0edf156044e8dc14e9baf148a9b8068e13c (patch) | |
tree | a245e098d3ec8734a313533fc2a1ac946b7b25f2 /fun/gemma | |
parent | 6fdc5b562d9a6e708dd179679faab429f13c563e (diff) |
fix(fun/gemma): Give Hunchentoot the trailing slash it desires r/446
Diffstat (limited to 'fun/gemma')
-rw-r--r-- | fun/gemma/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/gemma/default.nix b/fun/gemma/default.nix index 6bd73e9962bd..cecf8bb751ee 100644 --- a/fun/gemma/default.nix +++ b/fun/gemma/default.nix @@ -31,7 +31,7 @@ let (setq *static-file-location* "${runCommandNoCC "frontend" {} '' mkdir -p $out cp ${frontend} $out/index.html - ''}") + ''}/") ''; in pkgs.nix.buildLisp.program { name = "gemma"; |