From: Florian Pelz <pelzflorian@pelzflorian.de>
To: 69998@debbugs.gnu.org
Cc: Florian Pelz <pelzflorian@pelzflorian.de>
Subject: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Mon, 25 Mar 2024 13:08:55 +0100 [thread overview]
Message-ID: <20240325120942.2393-1-pelzflorian@pelzflorian.de> (raw)
* 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
--
2.41.0
next reply other threads:[~2024-03-25 12:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-25 12:08 Florian Pelz [this message]
2024-04-26 13:50 ` bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name Maxim Cournoyer
2024-04-27 7:22 ` pelzflorian (Florian Pelz)
2024-05-08 19:52 ` Maxim Cournoyer
2024-06-05 17:16 ` pelzflorian (Florian Pelz)
2024-08-16 19:45 ` pelzflorian (Florian Pelz)
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=20240325120942.2393-1-pelzflorian@pelzflorian.de \
--to=pelzflorian@pelzflorian.de \
--cc=69998@debbugs.gnu.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.
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).