unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Florian Pelz <pelzflorian@pelzflorian.de>
Cc: 69998@debbugs.gnu.org
Subject: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Fri, 26 Apr 2024 09:50:50 -0400	[thread overview]
Message-ID: <87ttjodyh1.fsf@gmail.com> (raw)
In-Reply-To: <20240325120942.2393-1-pelzflorian@pelzflorian.de> (Florian Pelz's message of "Mon, 25 Mar 2024 13:08:55 +0100")

Hi Florian,

Florian Pelz <pelzflorian@pelzflorian.de> writes:

> * website/apps/base/libraries-page.scm (guix->package)[real-name]:
> Add special case.
> ---
>  website/apps/base/libraries-page.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/website/apps/base/libraries-page.scm b/website/apps/base/libraries-page.scm
> index 6dae8cc..371060e 100644
> --- a/website/apps/base/libraries-page.scm
> +++ b/website/apps/base/libraries-page.scm
> @@ -71,7 +71,7 @@
>    "Return the <package> record corresponding to PKG, a Guix package."
>    (define real-name
>      (let ((name (guix:package-name pkg)))
> -      (cond ((member name '("guile-bash" "guile-wm"))
> +      (cond ((member name '("guile-bash" "guile-gnunet" "guile-wm"))
>               name)
>              ((or (string-prefix? "guile-" name)
>                   (string-prefix? "guile2.0-" name)
>
> base-commit: 3df4c6d456c92befe672c815a40c645fec496b1f

To which repo is this to be applied?  I expected 'guix-artwork', which
holds the website, but it has no such commit nor libraries-page.scm
file.

-- 
Thanks,
Maxim





  reply	other threads:[~2024-04-26 13:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-25 12:08 bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name Florian Pelz
2024-04-26 13:50 ` Maxim Cournoyer [this message]
2024-04-27  7:22   ` pelzflorian (Florian Pelz)
2024-05-08 19:52     ` Maxim Cournoyer

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

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ttjodyh1.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=69998@debbugs.gnu.org \
    --cc=pelzflorian@pelzflorian.de \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).