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
|
@ -82,8 +82,8 @@ as ASCII text.")
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("libxxf86vm" ,libxxf86vm)
|
("libxxf86vm" ,libxxf86vm)
|
||||||
("inputproto" ,inputproto)
|
("inputproto" ,inputproto)
|
||||||
("xinput" ,xinput)
|
("xinput" ,xinput)))
|
||||||
("glu" ,glu)))
|
(propagated-inputs `(("glu" ,glu)))
|
||||||
(home-page "http://freeglut.sourceforge.net/")
|
(home-page "http://freeglut.sourceforge.net/")
|
||||||
(synopsis "Alternative to the OpenGL Utility Toolkit (GLUT)")
|
(synopsis "Alternative to the OpenGL Utility Toolkit (GLUT)")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue