From: Greg Hogan <code@greghogan.com>
To: 73210@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#73210] [PATCH] gnu: smalltalk: Fix tests.
Date: Thu, 12 Sep 2024 19:38:23 +0000 [thread overview]
Message-ID: <ddb2c6e066356cce3ecbe5d9e4d2699172ff1fac.1726169628.git.code@greghogan.com> (raw)
* gnu/packages/smalltalk.scm (smalltalk)[native-inputs]: Add
'(libc-utf8-locales-for-target)'.
Change-Id: Idf49394e5c4dbd3398a6774319184339ed18585c
---
gnu/packages/smalltalk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm
index 64146813d1f..988410d93d9 100644
--- a/gnu/packages/smalltalk.scm
+++ b/gnu/packages/smalltalk.scm
@@ -62,6 +62,7 @@ (define-public smalltalk
(build-system gnu-build-system)
(native-inputs
(list pkg-config
+ (libc-utf8-locales-for-target)
;; XXX: To be removed with the next release of Smalltalk.
autoconf
automake
base-commit: d4869b7e43d823bccc8f6d81dd9f5d2c13cb8f25
--
2.46.0
next reply other threads:[~2024-09-12 19:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 19:38 Greg Hogan [this message]
2024-09-13 9:59 ` [bug#73210] [PATCH] gnu: smalltalk: Fix tests Guillaume Le Vaillant
2024-09-13 12:18 ` Greg Hogan
2024-09-13 17:23 ` Guillaume Le Vaillant
2024-09-13 19:56 ` Greg Hogan
2024-09-14 9:12 ` bug#73210: " Guillaume Le Vaillant
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=ddb2c6e066356cce3ecbe5d9e4d2699172ff1fac.1726169628.git.code@greghogan.com \
--to=code@greghogan.com \
--cc=73210@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.
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.