3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: freeglut@2: Override inherited package arguments.

This is a follow-up to commit 5f61304737.

* gnu/packages/gl.scm (freeglut-2.8)[arguments]: New field.
This commit is contained in:
Marius Bakke 2020-01-26 15:47:04 +01:00
parent db0e9fe42c
commit 80921d298a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -146,7 +146,9 @@ the X-Consortium license.")
(sha256
(base32
"16lrxxxd9ps9l69y3zsw6iy0drwjsp6m26d1937xj71alqk6dr6x"))))
(build-system gnu-build-system)))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))))
(define-public ftgl
(package