From 22a34ea792ef0df15fd30d46f557b572c61d5404 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Thu, 12 Sep 2024 19:38:23 +0000 Subject: [PATCH] gnu: smalltalk: Fix tests. * gnu/packages/smalltalk.scm (smalltalk)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Change-Id: Idf49394e5c4dbd3398a6774319184339ed18585c Signed-off-by: Guillaume Le Vaillant --- gnu/packages/smalltalk.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm index 64146813d1..988410d93d 100644 --- a/gnu/packages/smalltalk.scm +++ b/gnu/packages/smalltalk.scm @@ -62,6 +62,7 @@ (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