me
/
guix
Archived
1
0
Fork 0

gnu: openmw: Add Boost workaround.

* gnu/packages/game-development.scm (openmw)[arguments]: Set
"-DBoost_NO_BOOST_CMAKE=ON" in <#:configure-flags>.
master
Marius Bakke 2019-07-18 19:25:41 +02:00
parent 5d1f5b305f
commit e77947db06
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -1116,7 +1116,8 @@ of use.")
(arguments
`(#:tests? #f ; No test target
#: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
`(("boost" ,boost)
("doxygen" ,doxygen)