From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: "jgart" <jgart@dismail.de>, <58257@debbugs.gnu.org>
Subject: [bug#58257] [PATCH] gnu: Add go-webring.
Date: Tue, 04 Oct 2022 19:12:59 +0100 [thread overview]
Message-ID: <CNDCC7H4ZWXM.3327D9WBA21DI@guix-aspire> (raw)
In-Reply-To: <20221002195545.7176-1-jgart@dismail.de>
Hey jgart,
On Sun Oct 2, 2022 at 8:55 PM BST, jgart via Guix-patches via wrote:
> + (build-system go-build-system)
> + (arguments
> + (list #:import-path "git.sr.ht/~amolith/go-webring"))
Since this is a program, not a library, shouldn't you use
``#:install-source? #f''?
> + (propagated-inputs (list go-github-com-spf13-pflag))
You don't need to propagate the inputs of a program.
> + (synopsis "Simple webring implementation")
How about something like,
Webring generator for blogs
> + (description
> +"@code{go--webring} provides a simple webring implementation as used by
> +the Fediring.")
Maybe,
> + (description
> + "This package provides a program for generating \"webring\" in
> +Gemtext or HTML format for blogs from a template.")
-- (
next prev parent reply other threads:[~2022-10-04 18:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-02 19:55 [bug#58257] [PATCH] gnu: Add go-webring jgart via Guix-patches via
2022-10-04 18:12 ` ( via Guix-patches via [this message]
2022-10-04 22:00 ` [bug#58257] [PATCH v2] " jgart via Guix-patches via
2022-10-09 20:25 ` bug#58257: [PATCH] " Ludovic Courtès
2022-10-09 20:29 ` [bug#58257] " jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CNDCC7H4ZWXM.3327D9WBA21DI@guix-aspire \
--to=guix-patches@gnu.org \
--cc=58257@debbugs.gnu.org \
--cc=jgart@dismail.de \
--cc=paren@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.