From 4808d0fa49816390772c3a2f2560dafde73dde2d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 1 Jun 2022 21:47:14 -0400 Subject: build related, mostly nix flakes --- sundry/spine_search_cgi/derivation.nix | 10 ++++++++-- sundry/spine_search_cgi/shell.nix | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'sundry/spine_search_cgi') 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 = '' -- cgit v1.2.3