gnu: enca: Run tests sequentially.

* gnu/packages/textutils.scm (enca)[arguments]: New field.  Fixes build
  issue visible at <http://hydra.gnu.org/build/308913>.
This commit is contained in:
Ludovic Courtès 2015-03-10 14:18:19 +01:00
parent 15a3c3d4f1
commit 6795b8d8f2
1 changed files with 5 additions and 0 deletions

View File

@ -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,