diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-09-03 10:10:56 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-09-03 10:10:56 +0200 |
commit | 1cb7a3881d38ba8f256b188a7391505534078699 (patch) | |
tree | b180354ad28e4c75b6569e8efa7a1792ea2c84d7 | |
parent | 583d88188422311eb112c92d011beeb039e8e720 (diff) | |
download | guix-1cb7a3881d38ba8f256b188a7391505534078699.tar.gz guix-1cb7a3881d38ba8f256b188a7391505534078699.zip |
gnu: ocrodjvu: Fix tests.
* gnu/packages/djvu.scm (ocrodjvu)[native-inputs]: Add
'(libc-utf8-locales-for-target)'.
Change-Id: I2d6f33ba8172e838f192c528e076008e060bf1d8
-rw-r--r-- | gnu/packages/djvu.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/djvu.scm b/gnu/packages/djvu.scm index 01b1dbaf43..5326ddc7b3 100644 --- a/gnu/packages/djvu.scm +++ b/gnu/packages/djvu.scm @@ -380,7 +380,7 @@ and background layers of images, which can then be encoded into a DjVu file.") "0x64hg9ysrk8sismxb4jgk0sq7r9j90v2i9765xhmxpiy6f0lpni")))) (build-system gnu-build-system) (native-inputs - (list libxml2 python-nose python-pillow)) + (list (libc-utf8-locales-for-target) libxml2 python-nose python-pillow)) (inputs (list bash-minimal djvulibre |