gnu: texi2html: Disable tests.
* gnu/packages/texinfo.scm (texi2html): New 'arguments' field.
This commit is contained in:
		
							parent
							
								
									86fa2ea92f
								
							
						
					
					
						commit
						1022da10e1
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
 | 
					;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org>
 | 
				
			||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
| 
						 | 
					@ -111,6 +111,11 @@ is on expressing the content semantically, avoiding physical markup commands.")
 | 
				
			||||||
               '(utime "texi2html.pl" 0 0 0 0))))
 | 
					               '(utime "texi2html.pl" 0 0 0 0))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("perl" ,perl)))
 | 
					    (inputs `(("perl" ,perl)))
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     ;; Tests fail because of warnings on stderr from Perl 5.22.  Adjusting
 | 
				
			||||||
 | 
					     ;; texi2html.pl to avoid the warnings seems non-trivial, so we simply
 | 
				
			||||||
 | 
					     ;; disable the tests.
 | 
				
			||||||
 | 
					     '(#:tests? #f))
 | 
				
			||||||
    (home-page "http://www.nongnu.org/texi2html/")
 | 
					    (home-page "http://www.nongnu.org/texi2html/")
 | 
				
			||||||
    (synopsis "Convert Texinfo to HTML")
 | 
					    (synopsis "Convert Texinfo to HTML")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue