~ruther/guix-local

01793502e8c141f7b13688b1922b4d117e30ecf7 — Taylan Ulrich Bayırlı/Kammer 11 years ago 67932f8
gnu: freeglut: Propagate input glu.

* gnu/packages/gl.scm (freeglut): Make glu a propagated input instead of a
  normal input.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +2 -2
@@ 82,8 82,8 @@ as ASCII text.")
	      ("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