GNU bug report logs -
#58257
[PATCH] gnu: Add go-webring.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 2 Oct 2022 19:56:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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.")
-- (
This bug report was last modified 2 years and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.