mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
db0e9fe42c
commit
80921d298a
1 changed files with 3 additions and 1 deletions
|
@ -146,7 +146,9 @@ (define-public freeglut-2.8
|
|||
(sha256
|
||||
(base32
|
||||
"16lrxxxd9ps9l69y3zsw6iy0drwjsp6m26d1937xj71alqk6dr6x"))))
|
||||
(build-system gnu-build-system)))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))))
|
||||
|
||||
(define-public ftgl
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue