gnu: raptor2: Disable parallel tests.
* gnu/packages/rdf.scm (raptor2): Disable parallel tests since it makes tests fail.
This commit is contained in:
parent
5cc569dc73
commit
0e6260a493
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -45,6 +45,8 @@
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
(arguments
|
||||||
|
`(#:parallel-tests? #f))
|
||||||
(home-page "http://librdf.org/raptor/")
|
(home-page "http://librdf.org/raptor/")
|
||||||
(synopsis "RDF syntax library")
|
(synopsis "RDF syntax library")
|
||||||
(description "Raptor is a C library providing a set of parsers and
|
(description "Raptor is a C library providing a set of parsers and
|
||||||
|
|
Loading…
Reference in New Issue