gnu: Remove workarounds for <https://bugs.gnu.org/36721>.

These are no longer needed since 941ef1a1e5.

* gnu/packages/compression.scm (innoextract)[arguments]: Remove
"-DBoost_NO_BOOST_CMAKE=ON" from <#:configure-flags>.
* gnu/packages/game-development.scm (openmw)[arguments]: Likewise.
* gnu/packages/games.scm (supertux, colobot, leela-zero)[arguments]: Likewise.
* gnu/packages/graphics.scm (openimageio)[arguments]: Likewise.
* gnu/packages/ibus.scm (librime)[arguments]: Likewise.
This commit is contained in:
Marius Bakke 2019-07-31 14:54:59 +02:00
parent f9f72d3536
commit 51d4c79dc2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
5 changed files with 4 additions and 19 deletions

View file

@ -467,10 +467,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.")
;; third party sources have to be present. For details see
;; https://github.com/OpenImageIO/oiio/blob/master/INSTALL
(arguments
`(#:tests? #f
;; XXX: Work around a problem with Boost 1.70 and CMake 3.14. See
;; <https://bugs.gnu.org/36721> for details.
#:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")))
`(#:tests? #f))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs