mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-06 10:34:06 +02:00
gnu: ghc-glut: Propagate freeglut input.
* gnu/packages/haskell.scm (ghc-glut): Move freeglut to propagated-inputs.
This commit is contained in:
@@ -1009,10 +1009,10 @@ found at runtime, a userError is thrown.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user