mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: freeglut: Propagate input glu.
* gnu/packages/gl.scm (freeglut): Make glu a propagated input instead of a normal input.
This commit is contained in:
parent
67932f86d3
commit
01793502e8
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ (define-public freeglut
|
|||
("libxrandr" ,libxrandr)
|
||||
("libxxf86vm" ,libxxf86vm)
|
||||
("inputproto" ,inputproto)
|
||||
("xinput" ,xinput)
|
||||
("glu" ,glu)))
|
||||
("xinput" ,xinput)))
|
||||
(propagated-inputs `(("glu" ,glu)))
|
||||
(home-page "http://freeglut.sourceforge.net/")
|
||||
(synopsis "Alternative to the OpenGL Utility Toolkit (GLUT)")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue