gnu: swi-prolog: Modify documentation installation.
* gnu/packages/prolog.scm (swi-prolog)[arguments]: Remove configuration step for PDF documentation.
This commit is contained in:
		
							parent
							
								
									5a92e7c954
								
							
						
					
					
						commit
						235c67341b
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -103,8 +103,7 @@ manner.  It also features an interactive interpreter.") | |||
|        #:tests? #t | ||||
|        #:configure-flags | ||||
|        (list "-DINSTALL_DOCUMENTATION=ON" | ||||
|              "-DBUILD_PDF_DOCUMENTATION=ON" | ||||
|              "-DSWIPL_INSTALL_IN_LIB=OFF"))) ; FIXME: Breaks RUNPATH validation. | ||||
|              "-DSWIPL_INSTALL_IN_LIB=OFF") ; FIXME: Breaks RUNPATH validation. | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          ;; XXX: Delete a variety of tests which fail either attempting to | ||||
|  |  | |||
		Reference in a new issue