diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-06-01 21:47:14 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-06-14 19:58:00 -0400 | 
| commit | 4808d0fa49816390772c3a2f2560dafde73dde2d (patch) | |
| tree | f21fb14e2b6eac372796038934a93ec00f5fe08f /sundry/spine_search_cgi | |
| parent | html links to output, flags for a bit finer control (diff) | |
build related, mostly nix flakes
Diffstat (limited to 'sundry/spine_search_cgi')
| -rw-r--r-- | sundry/spine_search_cgi/derivation.nix | 10 | ||||
| -rwxr-xr-x | sundry/spine_search_cgi/shell.nix | 1 | 
2 files changed, 9 insertions, 2 deletions
| diff --git a/sundry/spine_search_cgi/derivation.nix b/sundry/spine_search_cgi/derivation.nix index 975e95b..f3c9959 100644 --- a/sundry/spine_search_cgi/derivation.nix +++ b/sundry/spine_search_cgi/derivation.nix @@ -106,8 +106,14 @@ mkDubDerivation rec {      )    ];    meta = with pkgs.lib; { -    homepage    = https://sisudoc.org; -    description = "a sisu like document parser"; +    pname       = "spine-search"; +    version     = "0.11.3"; +    homepage    = "https://sisudoc.org"; +    description = "cgi sqlite search form for document object search"; +    longDescription = '' +      A sisu like parser and document generator +      ... +    '';      license     = licenses.agpl3Plus;      platforms   = platforms.linux;      maintainers = [ "RalphAmissah" ]; diff --git a/sundry/spine_search_cgi/shell.nix b/sundry/spine_search_cgi/shell.nix index ced8a37..b45dcdd 100755 --- a/sundry/spine_search_cgi/shell.nix +++ b/sundry/spine_search_cgi/shell.nix @@ -28,6 +28,7 @@ mkShell {      #wget      aria      ### candy +    jq      starship    ];    shellHook = '' | 
