gnu: swi-prolog: Modify documentation installation.
* gnu/packages/prolog.scm (swi-prolog)[arguments]: Remove configuration step for PDF documentation.master
parent
5a92e7c954
commit
235c67341b
|
@ -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 New Issue