mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: openmw: Add Boost workaround.
* gnu/packages/game-development.scm (openmw)[arguments]: Set "-DBoost_NO_BOOST_CMAKE=ON" in <#:configure-flags>.
This commit is contained in:
parent
5d1f5b305f
commit
e77947db06
1 changed files with 2 additions and 1 deletions
|
@ -1116,7 +1116,8 @@ (define-public openmw
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No test target
|
`(#:tests? #f ; No test target
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "-DDESIRED_QT_VERSION=5")))
|
(list "-DDESIRED_QT_VERSION=5"
|
||||||
|
"-DBoost_NO_BOOST_CMAKE=ON"))) ;work around <https://bugs.gnu.org/36721>
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
|
|
Loading…
Reference in a new issue