diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-09 10:46:52 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-09 10:47:30 -0400 |
| commit | f806fb0da0f3810c7f941e64fc592c01137212bd (patch) | |
| tree | 2ec450cffe9e503876652d150936718fbe35d2f1 /.envrc-local | |
| parent | package housekeeping, minor (diff) | |
flake.nix dmd build fix overlay: revert to GCC14
- revert to using GCC14: (current) GCC 15 introduced nullptr in its
headers, and DMD's ImportC parser needs update to handle it, monitor
and update
- spine_search build to result/cgi-bin/spine_search instead of
result/share/cgi-bin/spine_search
- (nix ldc overlay, minor comsetic)
Diffstat (limited to '.envrc-local')
| -rw-r--r-- | .envrc-local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc-local b/.envrc-local index 392dd6e..1bafe75 100644 --- a/.envrc-local +++ b/.envrc-local @@ -1,5 +1,5 @@ export SpineVER=$(git describe --long --tags | sed 's/^[ a-z_-]\+\([0-9.]\+\)/\1/;s/\([^-]*-g\)/r\1/;s/-/./g') -export SpineSearchBIN=result/share/cgi-bin +export SpineSearchBIN=result/cgi-bin # ❯❯ cgi search form name: export SpineCGIform='spine_search' # ❯❯ configuration cgi search form path: |
