mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 06:30:36 +02: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user