mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
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:
parent
f9f72d3536
commit
51d4c79dc2
5 changed files with 4 additions and 19 deletions
|
@ -1822,9 +1822,6 @@ single-member files which can't be decompressed in parallel.")
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
;; XXX: Work around a problem with the CMake support in Boost 1.70:
|
||||
;; <https://github.com/dscharrer/innoextract/issues/88>.
|
||||
#:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'configure 'glibc-is-already-a-system-library
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue