~ruther/guix-local

66fc4f53bf019b1788eb9307f1460a646bd0f874 — Andreas Enge 11 months ago 175a368
gnu: quesoglc: Fix commit.

This is a follow-up to commit 175a368b9c3c023b22925d7b0ef3cbb616cd55cc .

* gnu/packages/game-development.scm (quesoglc)[arguments]
<#:configure-flags>: Really change as intended.

Change-Id: I8bc96cb5f3fc5136a051bd2868c14b631c83f4b3
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +1 -1
@@ 1493,7 1493,7 @@ It offers the following features:
    (arguments
      `(#:configure-flags
        ;; Disable added pointer type checks (quesoglc no longer maintained)
        '("CFLAGS=-Wnoerror=incompatible-pointer-types")))
        '("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")))
    (native-inputs (list pkg-config))
    (inputs (list fontconfig freeglut fribidi glew))
    (home-page "https://quesoglc.sourceforge.net")