diff options
| -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.") | |||
| 251 | (native-inputs | 251 | (native-inputs |
| 252 | (list autoconf ;for tests | 252 | (list autoconf ;for tests |
| 253 | `(,glib "bin") ;for glib-genmarshal | 253 | `(,glib "bin") ;for glib-genmarshal |
| 254 | glibc-locales ;for test 1597: tex non-ascii | 254 | (libc-utf8-locales-for-target |
| 255 | (%current-system)) ;for test 1597: tex non-ascii | ||
| 255 | perl | 256 | perl |
| 256 | pkg-config | 257 | pkg-config |
| 257 | python-3 ;for tests | 258 | python-3 ;for tests |
