gnu: ghc-glut: Propagate freeglut input.

* gnu/packages/haskell.scm (ghc-glut): Move freeglut to
  propagated-inputs.
This commit is contained in:
Paul van der Walt 2015-10-29 11:08:05 +01:00
parent a0d3eff99c
commit dd169b73e0

View file

@ -1009,10 +1009,10 @@ (define-public ghc-glut
(build-system haskell-build-system)
(propagated-inputs
`(("ghc-statevar" ,ghc-statevar)
("ghc-openglraw" ,ghc-openglraw)))
(inputs
`(("ghc-opengl" ,ghc-opengl)
("ghc-openglraw" ,ghc-openglraw)
("freeglut" ,freeglut)))
(inputs
`(("ghc-opengl" ,ghc-opengl)))
(home-page "http://www.haskell.org/haskellwiki/Opengl")
(synopsis "Haskell bindings for the OpenGL Utility Toolkit")
(description "This library provides Haskell bindings for the OpenGL