mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ghc-glut: Propagate freeglut input.
* gnu/packages/haskell.scm (ghc-glut): Move freeglut to propagated-inputs.
This commit is contained in:
parent
a0d3eff99c
commit
dd169b73e0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue