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
 | 
					       #:tests? #t
 | 
				
			||||||
       #:configure-flags
 | 
					       #:configure-flags
 | 
				
			||||||
       (list "-DINSTALL_DOCUMENTATION=ON"
 | 
					       (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
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         ;; XXX: Delete a variety of tests which fail either attempting to
 | 
					         ;; XXX: Delete a variety of tests which fail either attempting to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue