diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-03-10 14:18:19 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-10 14:18:30 +0100 |
commit | 6795b8d8f258c33cee2df63cc00b89e9e5515339 (patch) | |
tree | 4632199099825abd12ee4ffa6785d633c8bb5f24 /gnu/packages/textutils.scm | |
parent | 15a3c3d4f1e45f40f7a40722726c41b902ddb316 (diff) | |
download | patches-6795b8d8f258c33cee2df63cc00b89e9e5515339.tar patches-6795b8d8f258c33cee2df63cc00b89e9e5515339.tar.gz |
gnu: enca: Run tests sequentially.
* gnu/packages/textutils.scm (enca)[arguments]: New field. Fixes build
issue visible at <http://hydra.gnu.org/build/308913>.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index deefc42ac9..5a8f9f09ea 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -72,6 +72,11 @@ handy front-end to the library.") (base32 "1xik00x0yvhswsw2isnclabhv536xk1s42cf5z54gfbpbhc7ni8l")))) (build-system gnu-build-system) (inputs `(("recode" ,recode))) + + ;; Both 'test-convert-64.sh' and 'test-convert-filter.sh' manipulate a + ;; 'test.tmp' file, so they have to run in sequence. + (arguments '(#:parallel-tests? #f)) + (home-page "https://github.com/nijel/enca") (synopsis "Text encoding detection tool") (description "Enca (Extremely Naive Charset Analyser) consists of libenca, |