~ruther/guix-local

48178b1ed7736cd2c8e6299251dfc8b9be515eae — Rodion Goritskov a month ago 0e743dc
gnu: mygui-gl: Disable deprecated code compilation.

* gnu/packages/game-development.scm (mygui-gl):
[arguments] {configure-flags}: Disable deprecated code. Needed
for OpenMW to link correctly.

Change-Id: I640d05deb7f9d6a488db46958479e1f1baa5cc06
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +2 -1
@@ 2276,7 2276,8 @@ of use.")
                      ;; Demos and tools are Windows-specific:
                      ;; https://github.com/MyGUI/mygui/issues/24.
                      "-DMYGUI_BUILD_DEMOS=FALSE"
                      "-DMYGUI_BUILD_TOOLS=FALSE")))))
                      "-DMYGUI_BUILD_TOOLS=FALSE"
                      "-DMYGUI_DONT_USE_OBSOLETE=TRUE")))))
    (inputs
     (modify-inputs (package-inputs mygui)
       (delete "ogre")