guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ghc-glut: Propagate freeglut input.


From: Paul
Subject: 01/01: gnu: ghc-glut: Propagate freeglut input.
Date: Thu, 29 Oct 2015 10:09:15 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit dd169b73e0104738e2be5fee4ded6143beeca044
Author: Paul van der Walt <address@hidden>
Date:   Thu Oct 29 11:08:05 2015 +0100

    gnu: ghc-glut: Propagate freeglut input.
    
    * gnu/packages/haskell.scm (ghc-glut): Move freeglut to
      propagated-inputs.
---
 gnu/packages/haskell.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 652efc3..b9387f8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]