diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-03-15 14:48:15 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 15:32:45 +0100 |
| commit | 17f96e24dbeb4d6bedddf807ff534a4d5fd9bb61 (patch) | |
| tree | 05642c7584cba526ba8e8a05f5ebf07da1278589 /gnu/packages/statistics.scm | |
| parent | f11d3723198e16a787cb183ef8a523aee284e8e0 (diff) | |
gnu: pspp: Use libc-utf-8-locales.
* gnu/packages/statistics.scm (pspp)[native-inputs]: Replace
glibc-locales with libc-utf8-locales-for-target.
Change-Id: Ie036b0ee833fb9dec237e4914a8c4ac3a7c96ac3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index e2ab69d1306..1ad9c34bbd5 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -251,7 +251,8 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") (native-inputs (list autoconf ;for tests `(,glib "bin") ;for glib-genmarshal - glibc-locales ;for test 1597: tex non-ascii + (libc-utf8-locales-for-target + (%current-system)) ;for test 1597: tex non-ascii perl pkg-config python-3 ;for tests |
