diff mbox series

[bug#73210] gnu: smalltalk: Fix tests.

Message ID ddb2c6e066356cce3ecbe5d9e4d2699172ff1fac.1726169628.git.code@greghogan.com
State New
Headers show
Series [bug#73210] gnu: smalltalk: Fix tests. | expand

Commit Message

Greg Hogan Sept. 12, 2024, 7:38 p.m. UTC
* 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(+)


base-commit: d4869b7e43d823bccc8f6d81dd9f5d2c13cb8f25
diff mbox series

Patch

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