me
/
guix
Archived
1
0
Fork 0

gnu: ghc-glut: Propagate freeglut input.

* gnu/packages/haskell.scm (ghc-glut): Move freeglut to
  propagated-inputs.
master
Paul van der Walt 2015-10-29 11:08:05 +01:00
parent a0d3eff99c
commit dd169b73e0
1 changed files with 3 additions and 3 deletions

View File

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